nav ul li{
    font-size: 30px;
    letter-spacing: 0.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-weight: 200;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15rem;
}
li{
    color: black;
    font-size: 14px;
    text-align: center;
    border-style: solid;
    border-color: black;
    border-width: thin;
    box-shadow: 5px 5px 10px grey;
    margin: 30px;
}
*{
  list-style: none;
  background-color: aquamarine;
  font-family: 'Advent Pro', sans-serif;
  text-decoration: none;
   text-align: center;
}
.foto{ border-radius: 2rem;
}
.titulo{
    width: 70%;
    padding: 1rem;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    color: crimson;
}
h2{
    font-size: 30px; 
    font-weight: 600;
    color: dodgerblue;
}
.subtitulo{
    font-size: 25px;
    font-weight: 500;
    color: coral;
}
p{
    font-size: 20px;
    font-weight: 100;
    color:darkblue;
}
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;
}