h1 {
  font-family: "Edwardian Script ITC";  
  font-size: 48px;
  text-align: center;
}

h2 {
  font-family: "Harrington";  
  font-size: 24px;
  text-align: center;
}

.topnav {
  background-color: #333;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .active {
  background-color: #B17F48;
  color: white;
}