body{
    background-color: rgb(170, 144, 196);
}
p{
    color: blueviolet;
    text-align: justify;
    margin: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
}
h1{
    color: black;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-transform: uppercase;
    background-color: rgb(221, 174, 233);
    font-size: 36px;
}
h2{
    color: blueviolet;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-right: 50px;
}
h3{
    color: black;
    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: rgb(211, 176, 231);
margin-top: 1%;
margin-right: 10%;
margin-bottom: 1%;
margin-left: 10%;
background-color: azure;
min-height: 80vh;

img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:400px;

}
}
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, a:visited{
    color: blueviolet;
}
a:hover{
    color: black;
}

