body{
    background-color: rgb(237, 240, 234);
    color: rgb(15, 32, 1);
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 1.5em;
    font-size: 20px;
    font-style: italic;
}
img{
    display: block;
    margin: 0 auto;
    width: 500px;
}
h1{
    color: rgb(12, 52, 5);
    text-align: center;
    background-color: rgb(101, 195, 101);
    font-size: 36px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 2em;
}
li{
    font-weight: bold;
}
.fonte{
    text-align: right;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
}
.nome{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color: rgb(105, 232, 118);
}