@font-face {
    font-family: Hello;
    src: url(../../fonts/hello/Hello.otf);
  }
@font-face {
    font-family: Hello;
    src: url(../../fonts/hello/Hello.ttf);
  }
body{
  background-color: #fff1e6;
}
h1{
  font-family: Hello !important;
  text-align: center;
  color: rgb(73, 39, 19);
}
h2{
  font-family: Hello !important;
  color: rgb(73, 39, 19);
}
.topnav {
  width: 100%;
  overflow: hidden;
  background-color: #cb9a7c;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddbea9;
  color: rgb(73, 39, 19);
}
.topnav a.active {
  background-color: #ddbea9;
  color: white;
}