html,
body {
  height: 100%;
  margin: 0;
  background: #0b0f14;
  color: #e8eef6;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

#app {
  height: 100%;
}

#stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

canvas {
  touch-action: none;
}

canvas.layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
