body{background-color: beige;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    color: lightcoral;
    line-height: 2em
}
h1{
    text-align: center;
    background-color: brown;
    color: antiquewhite;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: underline;
    text-transform: uppercase;
}
h2{
    color: maroon;
    text-align: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', 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: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 19px;
    margin-top: 20px;
}
.nome{
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
