body {
  background-color: black;
  font-family: monospace;
  color: white;
}

a {
  color: #bbb;
}

a:visited {
  color: #999;
}

button {
  background-color: #222;
  font-family: monospace;
  border-style: outset;
  border-color: #888;
  color: white;
}

#bgCanvas {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  left: 0;
  top: 0;
}

img {
  image-rendering: pixelated;
}
