@charset "utf-8";
    body {
    padding-top:2em;
    white-space: normal;
    background color:whitesmoke;
    

}
a{
    color:lightsalmon;
    shape-outside:inherit;
    display: block
}
h1{color:aquamarine;
   text-shadow: 0px 2px 3px #555;

}
ul {
    list-style: none;
    padding: 10;
    margin: 1;
    display:inline-block;
}

header nav ul li a {
    font color: white;
    image-orientation: center;
    display:block;
    background-color:floralwhite;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
 
    margin: .125em 0;
    padding: .125em 0;
}


footer{
    background-color: darksalmon;
    padding: 5em;
    font-size: 8pt;
    font-weight: 200;
    color: white
  }
