
h1 {
  text-align: center;
}

nav {
  position:fixed;
  background-color: hotpink;
  font-family: "jersey 25";
  font-size: 40px;
  text-align: left;
  padding: 1%;
  width: 100%;
}

body {
  background-color: mediumpurple;
  color: pink;
  font-size: 30px;
  font-family: "jersey 25";
  text-align: center;
}

a {
  font-family: "jersey 25";
  font-size: 50px;
  text-decoration: none;
}

a:link {
  color: rebeccapurple;
}

a:visited {
  color: rebeccapurple;
}

a:hover {
  color: aliceblue;
}

a:active {
  color: aliceblue;
}
