h3 {color: black}
ul {color: #000000}

header a {
  color: white;
  text-decoration: none;
  font: bold 20px Arial;
  padding:20px;
  
}
 
 header a: hover {
   border-botton: 3px solid;
 }
 
 html {background: #e1b382}
 header {
   background: #c89666;
   text-align: center;
   height: 200px;
   
 }
 
 header h1 {
   color:#e1b382
   font: bold 50px;
 }
 
 body {
   width: 900px;
   margin: 20px auto;
   background: white;
   padding: 20px;
   border: 1px solid;
 }