body{
    background-color: rgb(193, 191, 230);
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
    color: #020215;
    line-height: 20px;
}
h1{
    text-align: center;
    background-color: #020215;
    color: darkgrey;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 2%;
}
h2{
    color: #01010e;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}
summary{
    font-size: 15px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
details{
    margin-left: 2%;
}
li{
    font-style: italic;
}
.fonte{
    text-align: right;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 20px;
}
.nome{
    margin-left: 20px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #01010e;
    font-size: 17px;

}