body {
  background-color: #f2ebe4;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-right: 1%;
  margin-left: 1%;
}

main {
  padding: 5%;
  background-color: #ebe1d8;
}

h1 {
  text-align: center;
}

p {
  text-indent: 0.5in;
}

button {
  background-color: #403b3b;
  color: white;
  border: 2px double #ebe1d8;
}

.topnav {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: inline-block;
  background-color: #403b3b;
}

.topnav a {
  height: inherit;
  float: left;
  border: 2px solid #403b3b;
  padding: 10px;
  background-color: black;
  color: white;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
}

.topnav a:hover {
  background-color: #403b3b;
}
