body {
  /* background-image: url("station.jpg"); */
  background: #282626;
  background-size: cover;
  font-family: inter;
  font-weight: bold;
  text-align: center;
  color: white;
}
.container {
  max-width: 80%;
  margin: auto;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

#increment-btn {
  background: rgb(241, 4, 4);
}

#save-btn {
  background: rgb(8, 206, 8);
}
