body {
    background-image: url("transparent.png");
    background-size: cover;
    font-family: 'Noto Sans Mono', monospace;
    font-weight: bold;
    text-align: center;
    height: 100vh;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    background: rgb(225, 14, 14);
    max-width: 80%;
    border: 3px solid black;
    border-radius: 10px;
}

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

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

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

#increment-btn {
    background: #480355 ;
}

#save-btn {
    background: #372549;
} 
#save-el {
    margin-top: 40px;
}  