body{
    background-color: rgb(194, 194, 194);
    margin-left: 20px;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    color: black;
    line-height: 1.5em;
}
h1{
    text-align: center;
    background-color: cornsilk;
    color: rgb(11, 12, 12);
    font-size: 36px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: 2em;
}
li{
    font-weight:bold;
}

img{
width: 200px;
display: block;
margin: 0 auto;

}
.fonte{
    text-align: right;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}

.nome{

    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1em.;
    color: black;
}
