.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to top, #938fb8, #4E6BA6); 
}

/* NAVIGATION BAR */
.topnav {
  font-family: "Jersey 10", sans-serif;
  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: #04AA6D;
  color: white;
}

/* WEBPAGE TEXT */
h1 {
  font-family: "Jersey 10", sans-serif;
  font-size: 70px;
  color: #ffffff
}