body{
    color: black;
    background-color: aquamarine;
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    margin-left: 10px;
}
h1{
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: chartreuse;
    font-size: 36px;
    font-style: italic;
    font-variant: small-caps;
    text-align: center;
}
img{
font-size: 200px;
filter: sepia(1);filter:grayscale(1);
display: block;
margin: 0 auto;
}
li{
    color: black;
    font-weight: bold;
    line-height: 1.2em;
}
div{
    border-style: groove;
    border-width: 30px;
    border-color: darkblue;
    margin-top: 5%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-left: 10%;
    padding: 1%;
}
.nome{
    color: brown;
    font-size: 16px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
text-align: center;

}
    
.fonte{
    text-align: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-variant: small-caps;
    font-style: italic;
    text-decoration: underline;
font-weight: bold;
margin-right: 50px;
}