body{
       background-color:#000000;
        text-align: justify;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 20px;
        color: #b0e0e6;
        font-weight:bold ;
        margin-left: 10px;
        margin-right: 10px;
}
h1{
    color: #000000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    background-color: #b0e0e6;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
img{
    width: 200;
    filter: sepia(1);
    filter: grayscale(1);
    text-align: center; 
    display: block;
    margin: 0% auto;
}
li{
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2em;
}
div{
    border-style: groove;
    border-width:20px;
    border-color:#ffffff;
    margin-top:5% ;
    margin-bottom:5% ;
    margin-left:10% ;
    margin-right: 10%;
    padding: 1%;
}
.nome{
color: #87ceeb;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 10px;
}
.fonte{
    color: #87ceeb;
    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-right: 50px;
}