/* Add a black background color to the top navigation */
.topnav {
  background-color: #412003;
  overflow: hidden;
    text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #F4EEE0;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Gupter", san-serif;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #FBE5B6;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #F8B735;
  color: white;
}
h1{
color: #FBE5B6; 
  font-family: "Playflair Display", serif;
}

h2{
  color: #561217; 
  font-family: "Marcellus SC", serif;
}

body {
    background-color: #F4EEE0;
}

p {
    color: #2F231F;
  font-family: "Raleway", serif;
}