body{
    background-color: blueviolet;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
section{
height: 95vh;
}
h1{
text-align: center;
text-decoration: underline;
color: rgb(51, 7, 89);
}
h2{
text-align: center;
padding-top: 5%;
text-decoration: underline;
}
img{
width: 650px;
display: block;
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: 32%;
text-align: center;
padding-top: 8%;
padding-left: 1%;
}
nav ul li a{
color: rgb(55, 7, 110);
display: block;
padding: 8px;
font-size: 18px;
text-decoration: none;
}
nav ul li a:hover{
background-color: blueviolet;
color: aquamarine;
}
.conteudo{
display: flex;flex-direction: row;
width: 80%;
text-align: center;
align-items: center;
margin: 0 auto;
}
.conteudo p{
text-align: center;
width: 60%;
}
.fonte{
text-align: right;
text-decoration: underline;
font-size:  14px;
}
.nome{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}