body {
    background: #232f34; 
    background-size: cover;
    font-family: cursive;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}

.container {
    background: #4A6572;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}


h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

p {
   color: white;
   text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

button {
    font-family: cursive;
    display: block;
    border: none;
    padding: 10px 20px;
    color: #34495;
    width: 200px;
    font-weight: bold;
    margin: 5px auto;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

#increment-btn {
    background: #F9aa33;
}

#save-btn {
    background: #f9aa33;
}

#total-btn {
    background: #f9aa33;
}

.glow {
  margin-bottom: 40px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  color: #black;
  text-align: center;
  color: #f9aa33;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
