.topnav {
  background-color: #e6e6fa;
  overflow: hidden;
  margin: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
}

.topnav a:hover {
  background-color: #c4c4da;
  color: #000000;
}

.topnav a.active {
  background-color: #70027e;
  color: #ffffff;
}

.topnav .icon {
  display: none;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  margin: 10px;
  padding-top: 20px;
  font-size: 60px;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px;
  font-size: 35px;
  text-align: left;
}

p {
  margin: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
}

a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #000000;
}

a:hover {
  color: white;
  background-color: #808080;
}

a:active {
  color: white;
  background-color: #808080;
}