html,
body {
  margin: 0;
  height: 100%;
  background: #030409;
  overflow: hidden;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

#void {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#stage {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

#stage img {
  grid-area: 1 / 1;
  width: 100px;
  height: 100px;
  will-change: transform, opacity;
  -webkit-user-drag: none;
  touch-action: manipulation;
}

#moyai {
  pointer-events: auto;
}

#skull {
  opacity: 0;
}
