@font-face {
  font-family: "Lucida BSOD";
  src: url("fonts/lucida-bsod.ttf");
}

body {
  image-rendering: pixelated;
}

a:link {
  color: white;
  text-decoration: none;
  cursor: default;
}

a:visited {
  color: white;
  text-decoration: none;
  cursor: default;
}