body{
    background-image: url(../imagens/mulam3.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    margin-bottom: 5%;
    margin-right: 5%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}
h1{
    text-align: center;
    color: black;
    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: black;
}
.fonte{
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}
.nome{
    text-align: center;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}