html {
  background-color: black;
  color: white;
  font-family: Arial;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#info {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}
