body {
  background-color: #000000;
  color: white;
  background-image: url("background2.png");
}
a:link {
  color: #6c70ad;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #cf5178;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff1900;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ff4d00;
  background-color: transparent;
  text-decoration: underline;
}