body{
font-size: 18px;
background-color: rgb(177, 138, 214);
color: aliceblue;
font-family: Arial, Helvetica, sans-serif;
}
section{
 
height: 95vh; 
}
h1{
text-decoration: underline;
text-align: center;
padding-top: 5%;
text-decoration: underline;
}
h2{
text-align: center;
padding-top: 5%;
text-decoration: underline;
}
img{
display: block;
width: 650px;
margin: 0 auto;
}
nav{
width:80%;
display: block;
margin: 0 auto;
}
nav ul{
padding: 0%;
margin: 0%;
width: 100%;
list-style: none;
}
nav ul li{
float: inline-start;
width: 30%;
text-align: center;
padding-top: 8px;
padding-left: 18px;
}
nav ul li a{
font-size: 18px;
display: block;
padding: 8px;
text-decoration: none;
color: aliceblue;
}
nav ul li a:hover{
    background-color: rgb(128, 86, 154);
    color: darkmagenta;
}
.conteudo{
display: flex;
flex-direction: row;
width: 80%;
text-align: center;
align-items: center;
margin: 0 auto;
}
.conteudo p{
width: 60%;
text-align: center
}
.fonte{
text-align: right;
text-decoration: underline;
font-size: 14px;
}
.nome{
font-family: 'Times New Roman', Times, serif;
text-align: center;
font-style: italic;
}