#contact div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
#socialMedia input{
    width: 60px;
}
#socialMedia div{
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
#thanks #channels{
    /*width: 25em;*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#supportDeveloper{
    text-align: center;
}
#supportDeveloper p{
    margin-bottom: 0.5px;
}

/* ASPECTO EN MÓVIL */
@media all and (max-width: 900px){
    #socialMedia, #thanks{
        width: 100% !important;
    }
    #thanks #channels{
        flex-wrap: wrap;
    }
}