

body {
  background-color: darkseagreen;
}

h1 {
  color: beige;
  text-align: center;
  font-size: 40px;
  font-family: Georgia, serif;
}

nav {
  list-style-type: none;
  text-align: center;
  margin: 0; 
  background-color: beige;
}

nav a {
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  color: darkgreen;
  font-family: "Courier New",monospace;
}

nav a:hover {
   background-color: palegoldenrod;
}

h2 {
  color: beige;
  text-align: center;
  font-size: 30px;
}

p {
  color: #365314;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  font-family: "Bradley Hand", cursive;
}
