body{
    background-image: url(../imagens/redes.avif);
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
margin-left: 5%;
margin-right: 5%;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
}
h1{
    text-align: center;
    color: brown;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
p{
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
ul{
    list-style: decimal;
}
li{
    font-weight: bold;
    color: brown;
}
.fonte{
    text-align: right;
    font-size: 12px;
}
.nome{
    text-align: center;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
