html,
body {
  margin: 0;
  padding: 0;
  background: #070a12;
  color: #dfe7f2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow: hidden;
  overscroll-behavior: none;
  user-select: none;
  -webkit-user-select: none;
}

#game {
  position: fixed;
  inset: 0;
  touch-action: none;
}

#stage {
  display: block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
