    body{
        background-color: brown;
        color: #000;
        text-align: justify;
        font-size: 20px;
        font-style: italic;
        margin-right: 10px;
        margin-left: 10px;
    }
    h1{
        color: #000;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-align: center;
        background-color: brown;
        font-size: 36px;
        font-style: italic;
        text-transform: uppercase;
    }
    img{
        font-size: 200px;
        filter: sepia(1);
        filter: grayscale(1);
        text-align: center;
        display: block;
        margin: 0% auto;
    }
    li{
        color: azure;
        font-weight: bolder;
        line-height: 1.2em;
    }
    div{
        border-style: groove;
        border-width: 30px;
        color: azure;
        margin-top: 5%;
        margin-right: 10%;
        margin-top: 5%;
        margin-left: 10%;
        padding: 1%;
    }
    .nome{
        color: antiquewhite;
        text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 16px;
    }
    .fonte{
        color: aliceblue;
        font-size: 16px;
        text-align: right;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-transform: uppercase;
        font-style: italic;
        text-decoration: underline;
        font-weight: bold;
        margin: 50px;
    }