body{
background-color: black;
color: aliceblue;
text-align: justify;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
size: 16px;
font-style: italic;    
}
h1{
color: aliceblue;
align-items: center;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
text-transform: uppercase;
background-color: black;
font-size: 36px;    
}
h2{
color: aliceblue;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
size: 16px;
font-style: italic;
text-decoration: underline;
font-weight: bold;
text-align: right;
margin-right: 50px;    
}
.nome{
color: aliceblue;
text-align: right;
font-family: 'Times New Roman', Times, serif;
size: 16px;
line-height: 1em;    
}
div{
border-style: double;
border-width: 10px;
color: aliceblue;
margin-top: 5%;
margin-right: 10%;
margin-bottom: 5%;
margin-left: 10%;    
}
.efeito{
background-color: black;
fill-opacity: (0.7);    
}
ol{
padding-right: 5%;    
}
Li{
list-style-type: upper-roman;
font-weight: bold;    
}
a:link{
color: aliceblue;    
}
a:visited{
color: aliceblue;    
}
a:hover{
color: aliceblue;    
}