Body {
background: #654321;
}

.pagecontent {
  padding-left: 50px;
  padding-right: 50px;
  color: Black;
}
.orange {
  background: orange;
}

.brown {
  background: brown;
}

p {
  font-size:20px;
  line-height:200%;
}

body {
text-align: center;
}

h1 {
color:black;
font-size: 35px;
text-align: center;
}

#image {
	text-align: center;
}

h2 {
  color: black;
  font-size:35px;
  line-height:200%;
}

#footer {
	height: 100px; 
}

div {
 
}

li {
  text-align: left;
}