* {text-align: center;
    }

*{ align-items: center;
}
 #fondo {
     background-color:bisque;}

ul  {justify-content: center;
width: 50%;
background-color: aqua;}
li{
    align-items: center;
    position:inherit;
    border-radius: 1rem;
    padding: 1rem;
    width: 50%;
    min-width: 10%;
    max-width: 20%;
    font-size: 14px;
    text-align: center;
    border-style: solid;
    border-color: black;
    background-color: aquamarine;
    border-width: thin;
    box-shadow: 5px 5px 10px grey;
    margin: 30px;
    margin-left: 480px;
}
*{
  list-style: none;
  font-family: 'Advent Pro', sans-serif;
  text-decoration: none;
    color:dodgerblue;
}
img { 
    border-radius: 2rem;
   height: 60%;
    
}
h1 { 
font-family:sans-serif;
    font white-space: 600;
    font-size: 3rem;
    }
p {
    font-family: Arial, serif;
    font-size: 0,1rem;
    color: mediumorchid;
    }
h2 {
    font-family: Arial, fantasy;
    background-color: aliceblue;
    background-clip: border-box;
    font-size: 1.5rem;
    color: darkmagenta;
    }
h3 {
    font-family: Arial, fantasy;
    font-size: 1rem;
    color: dodgerblue;
    }
h4 {
    font-family: Arial, fantasy;
    font-size: 1rem;
    color: dodgerblue;
    }
h5 {
    font-family: Arial, fantasy;
     background-color: aliceblue;
    font-size: 1.5rem;
    color: darkmagenta;
    }
h6 {
    font-family: Arial, fantasy;
    background-color: aliceblue;
    font-size: 1.5rem;
    color: darkmagenta;
    }
footer{
    font-size: 10px;
    font-family: 'lato', sans-serif;
    color: white;
    text-align: center;
    padding: 30px;
    border-style: solid;
    border-color: white;
    border-width: thin;
    border-left-color: navy;
    border-right-color: navy;
    background-color: navy;
}