html, body, ul, li {
  margin: 0;
  border: 0;
  padding: 0;
}

html, body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #000;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  background-color: #6b8cff;
}

p {
  text-align: center;
  margin: 0;
}

.info {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  color: #fff;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  text-shadow: 0 0 4px #000, 0 1px 2px #000;
  opacity: 0.85;
}
