.users_div{
    display: flex;
    /* position: absolute; */
    /* top: 13%; */
    font-size: 1.7rem;
    justify-content: center;
    color: rgb(62, 54, 112);
    letter-spacing: 1.8px;
    font-family: 'TT Commons', 'system-ui', '-apple-system', 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Noto' 'Sans', 'sans-serif';
    -webkit-font-smoothing: antialiased;
}

#odometer{
    font-size: 4rem;
    font-weight: bolder;
    color: rgb(181, 90, 201);;
}


@media only screen and (max-width: 720px) {
    .users_div{
        font-size: 0.7rem;
    }
    
    #odometer{
        font-size: 1.5rem;
        font-weight: bolder;
        color: rgb(181, 90, 201);;
    }
}

