body { 
    background-image: url('../images/fondo.jpg') ;
    text-align: center; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Yusei Magic', sans-serif;
    


}

h1 {  border-left: orangered 10px solid; 
    background-color: lightgrey;  
    color: white; 

}

img { border-radius: 30px ; 
    border: solid;
    box-shadow:  2px 0px 10px black;

}

ul {

}

li { display: inline;  border: black 1px solid;

}

