body{
    background-color: black;
    color: rgb(255, 255, 255);
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-style: italic;
}
h1{
    color: #ffffff;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-transform: uppercase;
    background-color: black;
    font-size: 36px;
padding:2%;
}
h2{
    color: #222222;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
    margin-right: 50px;
}
.nome{
    color: #87CEEB;
    text-align: right;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    padding: 1em;
}
div{
    border-style: double;
    border-width: 10px;
    border-color: #d3d3d3;
    margin-top: 5%;
    margin-right: 10%;
    margin-bottom: 5%;
    margin-left: 10%;
color:#000000;
}
.efeito{
    background-color: #ffffff;
    filter: opacity(0.7);
}
ol{
    padding-right: 5%;
}
li{
    list-style-type: upper-roman;
    font-weight: bold;
}
a:link a:visited{
    color: #ffffff;
}
a:hover{
    color: #dddddd;
}