body {
  background-color: black;
  color: white;
  font-family: MS PGothic;
  text-align: center;
}
button, h1, h2 {
  font-family: MS PGothic;
}
img {
  image-rendering: pixelated; 
  image-rendering: crisp-edges; 
}
a:link { color: Chartreuse; }
a:visited { color: BlueViolet; }