
  ul {
  list-style-type: none;
}
	body {
	margin: 30px;
	background-color: #f7f1ee;
	color: #22223b ;
	}
	
	nav {
	display: flex;
		}
	nav a {
	border: 10px, solid, black;
    padding: 10px;
    color: black;
   
}
	
	h1 {
	font: bold;italic; 120%;
  font: Garamond;
  color:#4a4e69 ;
  text-align: left;
  font-size: 28px;
  vertical-align: bottom;
  margin-top: 20px; 
  }
   
 h2{
  font: italic; bold; 110%; Courier New;
  color: #9a8c98;
  text-align: center;
  font-size: 28px;
  vertical-align: bottom;
  margin-top: 15px;
  }
  
 p{
	 font: ;
	 background-color:#f7f1ee;
	 color:  #22223b;
	 font-size: 15px;
	 line-height: 20px;
	 text-align: left;
     text-indent: 30px;
	 padding: 5px;
 }
 
 img{
 height: 300px;
 }


