h1 {font-family: "StencilStd", sans-serif;
}

body {
  background-color: black;
  color: #39FF14;
  font-family: "Aaron", serif;
}
a:link {
  color: #5CFF5C;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #5CFF5C;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #1ECC15;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}