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