html,
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(16, 16, 16);
  align-items: center;
  justify-content: center;
  color: white;
}

body {
  flex-direction: row;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior-y: contain;
}

canvas {
  display: block;
}
