
  .topnav {
  overflow: hidden;
  background-color: rgb(53, 52, 52);
}

.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 a.active {
  background-color: rgb(68, 135, 212);;
  color: white;
}

.footer {
  background-color: rgb(148, 145, 145);
  padding: 10px;
  text-align: center;
  color: white;
}

h1 {
  font-family: "Century Gothic";
  font-size: 80px;
}

p1 {
  font-family: "Century Gothic";
  font-size: 30px;
}

h2 {
  font-family: "Century Gothic";
  font-size:40px;
}
