body{
    background-color: blue;
    color: rgb(255, 255, 255);
    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(255, 255, 255);
    font-size: 36px;
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-transform: uppercase;
    background-color: black;
    padding: 2%;
}
div{
    border-style: double;
    border-width: 10px;
    border-color: rgb(255, 252, 252);
    margin-top: 5%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-left: 10%;
    background-image: url("../Imagens/ia2.jpg");
}
.efeito{
    background: rgb(0, 0, 0);
    filter: opacity(0.5);
    padding: 2%;
}
li{
   font-style: italic; 
}
.nome{
    color: black;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1em;
}
.fonte{
    color:aliceblue;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}