.style
		h1 {text-align: center;}
		h2 {text-align: center;}
		p {text-align: left;}
		ul {text-align: left;}
		ol {text-align: left;}
		div {text-align: center;
}
	

.img {
  width: 400px;
  height: 500px;
}

.center {
  border: .2em solid black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

body {
  background-color: #F4E5D2;
  color: #003300; /*This hex value is a shade of green*/
  
}

h1 
{ 
  color:green;
  font-family: 'Playfair Display', cursive;
  font-size: 2em;
	font-weight:bold;
  text-decoration: underline}
  	
h2 
{
  color:green;
	font-size: 1.5em;
	font-family:'Playfair Display', monospace;
  font-weight:bold;
  text-decoration: underline
}

	ul { font-family: 'Playfair Display', monospace;
  	font-size: 1.3em;
}

	ol { font-family: 'Playfair Display', monospace;
    	font-size: 1.3em;
}

.box {
	border: .2em solid green;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 8em;
  margin-right: 8em;
  padding: 2em;
  background-color: #FFCC99; /*This hex value is a shade of orange*/
}

p {
  font-size: 1.3em;
  text-align: left;
  
}
