body{
    background-color: antiquewhite;
    margin-right: 5%;
    margin-left: 5%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(19, 13, 52);
    line-height: 20px;
}
h1{
    text-align: center;
    background-color:antiquewhite;
    color: rgb(15, 15, 42);
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 1%;

}
h2{
    color: rgb(10, 12, 28);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-style: italic;
}
.fonte{
    font-size: 12px;
    text-align: right;

}
.nome{
    text-align: center;
    color: rgb(13, 13, 40);
}