p{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  line-height: 1.5f;
  word-break: break-word;
  box-sizing: border-box;
}

body{
  margin: 0px auto;
  color:black;
  background-color: gold;
  font-family: 'Courier New';
  text-align:center; 
  align-items:center;

};



#headerDiv{
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  
}

#nav{
  height: auto;
  width: 100%;
  box-sizing: border-box;
  
}

#nav ul{
  font-size: 1.2em;
  display: flex;
  padding: 1px;
  margin: -3px;
  list-style-type: none;
  justify-content: space-evenly;  
  box-sizing: border-box;
  text-align: left;
}


img{
  width:auto;
  height:auto;
  max-width:50%;
}
