body{
    background-color: aqua;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    color: black;
   }
   h1{
       text-align: center;
       background-color: black;
       color: aqua;
       font-size: 36px;
       font-family: Georgia, 'Times New Roman', Times, serif;
       text-decoration: underline; /*sublinhado*/
       line-height: 2em;
}
   li{
    font-weight: bold;
   }
   img{
    width: 400px;
    display: block;
    margin: 0 auto;
   }
   .fonte{
       text-align: right;
       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: aqua;
   }