@import url(optimizacion.css);
.music{
    list-style-type: none ;
    display: flex;
    justify-content: center;
    padding: 0
}
.music img{
    width: 12vw;
    height: 12vw;
    
}
.music li{
    width: 12vw;
    height: 12vw;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    color: white;
}
.music p{
    margin: 0%;
    font-size: larger;
}
.music a{
    size: 0px;
}

