
body{
    background-color:#7961E3;
    margin-top:2.5em;
    
}
#countLabel{
    display: block;
    text-align: center;
    font-size: 13em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#01F5D0;
    line-height: 1.1em;
}

#btnContainer{
    text-align: center;
}

.buttons{
    padding: 0.8em 1.5em;
    font-size: 1em;
    color: #7961E3;
    background-color: white;
    border: 0cm;
    cursor: pointer;
    transition: background-color 0.25s;
    margin-right: 0.2em;
    margin-left: 0.2em;
}

.buttons:hover{
    background-color: #01F5D0;
}

.buttons:active{
    color: white;
    background-color: #00d2b3;
}