body{
    background-color: saddlebrown;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    color: aliceblue;
}
h1{
    color: black;
    text-align: center;
    background-color: bisque;
    font-size: 36px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: oblique;
    line-height: 2em;
}
li{
    font-weight: bold;
}
img{
    width: 300px;
    display: block;
    margin: 0 auto;

}
.fonte{
    text-align: right;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16;
}
.nome{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1em;
    color: black;
}