@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("/ms_sans_serif.woff") format("woff");
  src: url("/ms_sans_serif.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("/ms_sans_serif_bold.woff") format("woff");
  src: url("/ms_sans_serif_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Pixelated MS Sans Serif", serif;
}

body {
  background: black url("/background.png") center center no-repeat;
  background-size: contain;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}

h1 {
  margin: 0;
  text-align: center;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
