html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background: #111318;
  overflow: hidden;
  font-family: sans-serif;
  overscroll-behavior: none;
}

#neodlx {
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  display: block;
  touch-action: manipulation;
}
