body {
    background-image: url("/photo-1534567153574-2b12153a87f0.avif");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
    text-align: center;
}

#main {
    
    color: aliceblue;
    background: rgba(50, 50, 50, 0.5);
    padding: 20px;
    margin: 0 auto;
    max-width:50%;
    border-radius: 50px;
    
}

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

h2 {
    font-size: 4vw;
    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: 100px;
    
}

#increment-btn {
    background: royalblue;
}

#save-btn {
    background: darkgreen;
}

p {
    font-size: 2vw;
}
