body{
margin-top: 2%;
margin-bottom: 2%;
margin-left: 5%;
margin-right: 5%;
background-image: url(../imagens/desenho7.jpeg);
background-repeat: no-repeat;
background-size: 100%;
}
.conteudo{
border-width: 2%;
border-color: rgb(203, 135, 241);
border-style: groove;
background-color: rgb(214, 176, 217);
padding: 3%;
}
h1{
    color: rgb(101, 12, 126);
    text-align: center;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
p{
    font-size: 20px;
    text-align: justify;
}
h2{
    color: rgb(122, 45, 129);
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
li{
    font-size: 20px;
    font-style: italic;
    list-style: circle;
}
.fonte{
    text-align: right;
    font-size: 15px;
}
.nome{
    text-align: center;
       font-family: 'Times New Roman', Times, serif;
       text-transform: uppercase;
}