body{
background-color: black;
color: white;
text-align: justify;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 20px;
line-height: 1.2em;
}
h1{
    color: white;
    font-size: 36px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-transform: uppercase;
    background-color: black;
    padding-left: 2%;
}

div{
    border-style: double;
    border-width: 10px;
    border-color: white;
    margin-top: 5%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-left: 10%;
    background-image: url("../imagens/ia.avif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.efeito{
    background-color: white;
    filter: opacity(0.5);
    padding: 2%;
}
li{
    font-style: italic;
}
.nome{
    color: aquamarine;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1em;
}
.fonte{
    color: blue;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 50px;
 }


