body {
  text-align: center;
  background-color: white;
  color: peach;
}

head {


}

h1 {
  font-family: Courier New;
  color: black;
  text-align: center;

}

p {
  text-indent: 2em;
  font-size: 19;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;

}

/* Add a black background color to the top navigation */
.topnav {
  border-radius: 15 px;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  font-family: verdana;
  float: left;
  color: Black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  border-radius: 15 px;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: Black;
  color: white;
  border-radius: 15px;
}