body {
  background-image: url("background.jpg");
  background-size: cover;
  font-family: "Open Sans";
  text-align: center;
  height: 100vh;
}
#count-el {
  color: #00ccff;
}

.container {
  margin: 10vh auto 0 auto;
  background: #262626cb;
  max-width: 80%;
  border: 2px solid #e3edff;
  border-radius: 10px;
  width: 50vw;
  color: #e3edff;
}

.container-button {
  display: flex;
  justify-content: space-around;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: bold;
}

h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

button {
  border: 1px solid #e3edff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
  width: 200px;
  margin-bottom: 5px;
  border-radius: 5px;
}

#increment-btn {
  background: #32384d;
}

#save-btn {
  background: #00b3b2;
}

#save-el {
  font-weight: bold;
}

p {
  padding: 2%;
}
