body {
    background-image: url("disney-park.jpg");
    background-size: cover;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: rgb(8, 32, 66);
    text-align: center;
    height: 100vh;
    width: 100vw;
    margin: 0;  
}

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

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

button {
    border: 2px solid rgb(195, 193, 228);
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    width: 100;
    margin-bottom: 5px;
    border-radius: 5px;
}

#increment-btn {
    background: rgb(16, 61, 160);
}

#save-btn {
    background: rgb(11, 141, 65);
}

.container {
    background: white;
    max-width: 50%;
    margin: auto;
    border: 3px solid rgb(8, 11, 190);
    border-radius: 10px;
    margin-top: 50px;
}
