@media screen and (min-width:610px) and (max-width:1024px){

    .statsPage {
        width: 100%;
        text-align: center;
        padding-top: 2%;
    }

    .statsContainer {
        width: 80%;
        margin: 0 auto;
        background-color: white;
        padding: 3%;
        border-radius: 10px;
        display: inline-block;
    }

    .statsContainer h1{
        font-family: 'Muli', sans-serif;
    }

    .statsInformer{
        width: 100%;
        margin-bottom: 15px;
        float:left;
        text-align:center;
    }

    .statsInfoTitle{
        font-size: 25px;
        font-family: 'Muli', sans-serif;
        color: #00aaff;
        font-weight: bold;
    }

    .statsInfoContent{
        font-size: 2em;
        font-family: 'Muli', sans-serif;
    }
}