@charset "utf-8";
*{ 
box-sizing: border-box
}
nav{ 
background-color: darkorchid
padding-top: .25em;
    shape-margin: 0;
background-position: center;
 
    }
header nav ul li a {
   
    text-decoration: none;
    color:beige;
    display: block;
    text-align: center;
    font-family: sans-serif;
    padding: .25em;
}

header nav ul li a:hover{
    font-weight: bold;
    background-color: #08088e;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

*{ 
    font-family: sans-serif
}
body {
    background-color: forestgreen
;   margin: 35px;

}
  header nav ul li a {
   
    text-decoration: none;
    color:beige;
    display: block;
    text-align: center;
    font-family: sans-serif;
    padding: .25em;
}
h1{
    text-align: center; 
    color: white; 
    padding: 10px; 
    border: 3px solid;
    }

 div{ 
    text-align: center;
    padding-top: 0em;
     color: white
    }   

 h2{
    text-align: center; 
    color: white; 
    padding: 10px;    
    }       
  h3{
    text-align: center; 
    color: white; 
    padding: 10px;    
    }      

footer {
    padding-top: 15em;
    font-size: 12px;
    font-family:sans-serif;
    font-kerning: auto;
      color: white  
        
}

 