h1{
    color: blueviolet;
    text-align: center;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    }
    p{
        font-size: 20px;
        text-align: justify;
    }
    h2{
        color: blueviolet;
        font-style: italic;
font-family: Georgia, 'Times New Roman', Times, serif;
    }
    li{
        font-size: 20px;
        list-style: circle;
        font-style: italic;
    }
    .fonte{
        text-align: right;
        font-size: 12px;
    }
    .nome{
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
    }
    body{
        margin-top: 2%;
        margin-bottom: 2%;
margin-left: 5%;
margin-right: 5%;
background-image: url(../imagens/desenhoroxo2.avif);
background-repeat: no-repeat;
background-size: 100%;
        }
        .conteudo{
            border-width: 2%;
            border-color: blueviolet;
            border-style: groove;
             background-color: rgb(216, 194, 218);
             padding: 3%;
        }