body{
text-align: justify;
background-color: rgb(45, 33, 99);
color: rgb(251, 251, 251);
font-size: 16px;
margin-right: 5%;
margin-left: 5%;
}
h1{
text-align: center;
color: rgb(17, 222, 178);
font-family: Georgia, 'Times New Roman', Times, serif;
background-color: rgb(13, 135, 133);
padding: 1%;
text-decoration: underline;
font-style: italic;
}
li{
    font-weight: bold;
    color: rgb(17, 181, 168);
    text-decoration: underline;
    font-style: italic;
}
.fonte{
    font-size: 17px;
    text-align: right;
    color: rgb(8, 150, 150);
    text-decoration: underline;
    font-style: italic;
}
.nome{
    text-align: center;
    font-size: 19px;
    color: hotpink;
    text-decoration: underline;
    font-style: italic;
}