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

img {
  display: block;
  margin: auto;
  width: 50%;
}

h1 {
  color: rgb(230, 230, 230);
  text-align: center;
}

h2 {
  color: rgb(230, 230, 230);
  text-align: center;
}

a:link {
  color: rgb(0, 0, 255);
  background-color: transparent;
  text-decoration: none;
}

a {
  display: block;
  text-align: center;
}

a:visited {
  color: rgb(50, 250, 50);
}

a:hover {
  color: rgb(255, 0, 0);
  text-decoration: underline;
}

a:active {
  color: rgb(250, 200, 0);
  text-decoration: underline;
}
