body{
    background-color: antiquewhite;
    margin-right: 5%;
    margin-left: 5%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    line-height: 20px;


}
h1{
    text-align: center;
    background-color: black;
    color: aliceblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 1%;
}
h2{
color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-style: italic;
}
.fonte{
    text-align: right;
}
.nome{
    color: black;
    text-align: center;
}