body{
background-color: aqua;
text-align: justify;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
line-height: 2em;
color: blueviolet;
}
h1{
color: cadetblue;
text-align: center;
background-color: chocolate;
font-size: 36px;
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 2em;
}
li{
font-weight: bold;
}
img{
    width: 200;
    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: crimson;
}