body{
    background-color: black;
}
p{
    color: aliceblue;
    text-align: justify;
    margin-top: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    size: 20px;
    font-style: italic;
}
h1{
    color: aliceblue;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    background-color: black;
    font-size: 36px;
}
h2{
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    size: 16px;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    margin-right: 50px;
}
h3{
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    size: 16px;
    font-style: italic;
    text-decoration: underline;
    text-align: right;
    margin-right: 50px;
}
div{
    border-style: dashed;
    border-width: 10px;
    color: cadetblue;
    margin-top: 1%;
    margin-right: 10%;
    margin-bottom: 1%;
    margin-left: 10%;
    background-color: black;
    min-height: 80vh;
}
img{
    width: 40%;
    display: block;
    margin: 0 auto;
}
li{
    list-style-type: circle;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    margin-left: 50px;
}
a:link{
    color: #4682b4;
}
a:visited{
    color: #4682b4;
}
a:hover{
    color: #00008b;
}