#contadorFull{

    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("https://i.ibb.co/M54Q5Vb/background-Datos.png");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /*
    background: rgba(25, 25, 25, 0.8);*/
}

#contadorFull .contenedor{
    margin-bottom: 200px;
    
}

#contadorFull h2{

    color: #ffffff;
   
}

#contadorFull .containerContador{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 25px;
    margin: auto;
    align-items: center;
    margin-top: 100px;
}

.items{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 25px;
}

.items span:nth-child(1){
    font-size: 2.8em;
    padding-bottom: 10px;
}

.seguidores{
    padding-bottom: 10px;
}

.cantidad{
    font-size: 2em;
    padding-bottom: 10px;
}


