body {
  background-image: url("logo\ \(2\).jpg");
  background-size: cover;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-align: center;
  height: 100vh;
  color: #fefae0;
  text-shadow: 0px 0px 2px black;
}
#container {
  width: 80%;
  margin: 80px auto;
  height: 300px;
  padding: 25px 0 25px 0;
  border: 2px solid #ee9b00;
  border-radius: 10px;
}
#underline {
  border-bottom: 5px solid #eb5e28;
}
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
}

h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 50px;
}
#save-el {
  font-weight: bolder;
}

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: #669bbc;
}

#save-btn {
  background: #003049;
}
