.counter
{
    background: rgba(10,10,10,0.8);
    font-size: 60px;
    color: whitesmoke;
    border-radius: 7px;
    width: 120px;
    height: 120px;
    padding-top: 12px;
    margin: auto;
}
