.preferencias{
    background-color: rgb(161, 82, 235);
    display: flex;
    justify-content: baseline;
}

.izquierda{
    width: 30%;
    background-color: transparent;
    padding: 5%;
}

.derecha{
    width: 30%;
    background-color: transparent;
    padding: 5%;
}

.megusta{
    width: 100%;
}

.megusta img{
    width: 100%;
}

.nomegusta{
    width: 100%;
}
.nomegusta img{
    width: 100%;
}
