 section {
     border:1px solid #ff0000;
     height: 100%
}

 header {
     border:1px solid #ff0000;
     max-width:100%;
     max-height:200px;
     height:100px;
     background: #090909;
}

 nav {
     padding-top: 0px;
     margin-top: 0;
}

h1 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  font-size: 46px;
  font-family: 'Verdana';
}
 
 ul {
   list-style: square;
   list-style-position: inside;
   padding-left: 20px;
 }
 
 li {
   font-family: 'Verdana';
   
 }
 
 h2 {
   margin-left: 10px;
 }