body{
background-color: rgb(219, 218, 251);
color: rgb(3, 6, 40);
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}
section{
height: 95vh;
}
h1{
text-align: center;
text-decoration: underline;
}
h2{
padding-top: 5%;
text-align: center;
text-decoration: underline;
}
img{
    width: 650px;
    display: block;
    margin: 0 auto;

}
nav{
    width: 80%;
    display: block;
    margin: 0 auto;

}
nav ul{
list-style: none;
padding: 0%;
margin: 0%;
width: 100%;
}
nav ul li{
float: inline-start;
width: 32%;
text-align: center;
padding-top: 28px;
padding-left: 1%;
}
nav ul li a{
    color: rgb(21, 21, 50);
    text-decoration: none;
    display: block;
    padding-top: 8px;
    font-size: 18px;
}
nav ul li a:hover{
background-color: aliceblue;
color: rgb(10, 10, 39);
}
.conteudo{
display: flex;
flex-direction: row;
width: 80%;
margin: 0 auto;
align-items: center;
}
.conteudo p{
    width: 60%;
    text-align: center;
}
.fonte{
text-align: right;
text-decoration: underline;
font-size: 14px;
}
.nome{
text-align: center;
font-style: italic;
font-family: 'Times New Roman', Times, serif;
}