/* Inicio da formatação aula 4 */
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-style:italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
background-color:black;
padding: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/atk1.jpg") ;
    background-repeat: no-repeat;
    background-size:100% 100% ;
}
.efeito{
    background-color: bisque;
    opacity: 0,5;
padding: 2%;
}
li{
    font-style: italic;
}
.nome{
    color: aqua;
text-align: right;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 16px;
line-height: 1em;
}
.fonte{
    color: crimson;
    text-align: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 50px;
}
