body {
  background-color: rgb(0, 0, 0);
}

h1 {
  color: rgb(0, 174, 255);
}

h2 {
  color: rgb(0, 174, 255);
}

h3 {
  color: rgb(0, 174, 255);
}

h4 {
  color: rgb(0, 174, 255);
}

h5 {
  color: rgb(0, 174, 255);
}

a:link {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: rgb(150, 174, 255);
  background-color: transparent;
  text-decoration: underline;
}
