body{
    background-image: url(../imagens/redes\ sociais\ fundos);
    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: rgb(41, 39, 39);
    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: rgb(241, 241, 240);
}
.fonte{
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}
.nome{
    text-align: center;
    font-weight: bold;font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}