div.contador{
    width: 150px;
    height: 50px;
    position:fixed;
    bottom:10px;
    z-index:10;
    left:10px;
    /* background-color: rgb(161, 112, 0); */
    background-color: rgb(69, 0, 46);
    color: rgb(255, 255, 255);
    /* color: rgb(69, 0, 46); */
    font-size: small;
    border-radius: 30px;
    font-weight: bold;
}

div.contador span{
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
