body{
    margin: 40px auto; 
    background-color: rgba(236, 255, 254, 0.75);
    width: 80%;
    padding: 80px 40px;
    box-sizing: border-box;
    border: 02px solid rgb(190, 190, 190);
    border-radius: 50px;
    font-family: serif;
}
html{
    background-image: url(Missy-photos-23.jpg);
    background-size: 1500px auto ;
    background-repeat: no-repeat;
    background-position: center;
}
h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color: rgb(26, 74, 6);
}
h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; color: rgb(68, 48, 87);
}
a:link {
    color: rgb(173, 67, 203);
}
a:visited {
  color: #632589;
}
a:focus, a:hover {
  color: #d042ff;
  background-color: #b095c6;
}
a:active {
  color: rgb(233, 151, 235);
  background-color: #c99dc4;
}
i{
    font-size: x-small;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(104, 92, 78);
    margin: 500px auto;
}
footer
{
  text-align: center;
margin-top: 100px;
}