body{
    text-align: center;
    background: linear-gradient(rgb(94, 231, 94),whitesmoke);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}
h3{
    font-size: 70px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(121, 27, 27);
}

#count-el{
    font-size: 100px;
}

.btn{
    padding: 20px 40px;
    border-radius: 20px;
    font-size: 20px;
    margin-right: 25px;
    width: 200px;
    font-weight: bold;
    color: white;
    border: 2px solid black;
}

.btn:hover{
    cursor: pointer;
    font-size: 25px;
    padding: 20px 40px;
    width: 230px;
}
#inc-btn{
    background-color: rgb(201, 1, 1);
}

#save-btn{
    background-color: rgb(1, 100, 1);
}

#save-el{
    font-weight: bold;
    font-size: 30px;
}