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