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