body{
    background-color: black;
    color: aliceblue6;
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-style: italic;
}
h1{
    color: azure;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-style: italic;
    background-color: black;
    font-size: 36px;
}
h2{
    color: azure;
    text-transform: uppercase;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
    margin-right: 50px;
}
.nome{
    color: azure;
    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: cornflowerblue;
    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-type: upper-roman;
    font-weight: bold;
}
a:link{
    color: #FFFFFF;
}
a:visited{
    color: #FFFFFF;
}
a:hover{
    color: #DDDDDD;
}