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