.native-app--moving-skull,
.native-app--moving-skull .native-package-body {
  position: relative;
  width: 100%;
  min-height: clamp(580px, 78vh, 850px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000f1d;
}

.native-app--moving-skull canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}
