body{
    background-color: cadetblue;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(34, 31, 55);
    line-height: 2em;
 
}
h1{
    padding: 5px;
    text-align: center;
    background-color: aliceblue;
    color: slateblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    text-transform: uppercase;
}
h2{
    color: black;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}
h3{
    font-size: 18px;
}
li{
    font-style: italic;
}
.fonte{
    text-align: right;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    margin-top: 20px;
}
.nome{
    margin-top: 20px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    color: aqua;
}