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

}

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

img {
border:5px solid black;
border-radius: 10px;
box-shadow: 5px 5px 5px black;
    height: 500px;
}

ul {

}

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

}