body {
    background-image: url("b.jpg");
    background-size: cover;
    font-family: 'Quicksand', sans-serif; 
    text-align: center;
    height: 100vh;
}

.container {
    background: white;
    max-width: 400px;
    margin: auto;
    border: 4px solid #000000;
    border-radius: 20px;
    padding: 40px 0px 40px 0px;
    margin-top: 60px;
    font-weight: 600;
    
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 40px;
}

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

button {
    border: 0px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: 700;
    width: 200px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#increment-btn {
    background: #197278;
}

#save-btn {
    background: #c44536;
}

#save-el {
    font-weight: bold;
}

.btns{
    display: flex;
    flex-direction: column;
    align-items: center;
}