body{
   background-color: blueviolet;
    color: aliceblue;
    text-align: justify ;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
line-height: 1.2em;
}
h1{
    color: rgb(2, 17, 99);
    font-family: 36px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-variant: small-caps;
    background-color: aquamarine;
    padding:2%;
}
div{
    border-style: double;
    border-width: 10px;
    border-color: cornflowerblue;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-left: 5%;
    background-image: url(../imagens/fundo1.jpg);
}
.efeito{
    background-color: lightseagreen;
filter: opacity(0.5);
padding: 2%;
}
li{

font-style: italic;
}
.nome{
    background-color: rgb(61, 1, 1);
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-transform: 1em;
}
.fonte{
    background-color: black;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-transform: lowercase;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 50px;
}