html,
body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: whitesmoke;
  overflow: hidden;
}

canvas {
  height: 100%;
}
