/* Hi */
body {
  color: #f2f2f2;
  background-color: #000;
  background: linear-gradient(rgba(8, 0, 16, 0.88), rgba(0, 0, 0, 0.81), rgba(25, 0, 0, 0.88)), url(/img/stars2.png), #333;
  background-size: auto, 600px;
}

a {
  color: #f0f;
  cursor: url(/img/pointnoanim.gif), pointer;
}
a:focus, a:hover {
  background-color: #f0f;
  color: #000;
}
a:active {
  color: #fff;
  background-color: #00f;
}

.fact {
  color: #f00;
}
.fact::before {
  content: "Did you know: ";
  text-decoration: underline;
  color: Lime;
}

.pixelated {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated !important;
}
