* {
  text-decoration: none;
}
body {
  background-color: #314635;
}
.wrapper {
  margin: 0 auto;
  width: 1000px;
  }
h1 {
  color: #dfe78c;
  text-align: center;
  font-family: georgia;
}
p {
  color: #dfe78c;
  font-family: georgia;
  text-align: center;
}
h2 {
  color: #dfe78c;
  text-align: center;
  font-family: georgia;
}
nav {
  width: 100%;
  padding-top: 1px;
  background-color: #dfe78c;
  padding-bottom: 1px;
}
ul {
  text-align: center;
}
ul li {
  list-style: none;
  display: inline-block;
  line-height: 100px;
}
ul li a {
  display: block;
  color: #314635;
  padding: 0 20px;
}
li {
 color: #dfe78c;
 text-decoration: none;
 text-align: center;
 list-style: none;
}
a {
  color: #dfe78c;
  }