
#counter{
    font-size: xx-large;

}
#reset-button{
    background-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5%;
}
#check-button{
    background-color: rgb(0, 175, 38);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5%;
}