a:link {
  color: #A67C00;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #872F79;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #CCB364;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #CCB364;
  background-color: transparent;
  text-decoration: underline;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;

  background-image: url("https://woozyair.neocities.org/img%20dump/sparkly.gif");
  background-repeat: repeat;
}