@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

html,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  user-select: none;
  overscroll-behavior-y: contain;
  touch-action: pan-x pan-y;
}

.hide {
  display: none;
}

#ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
}
