html, body {
  padding: 0;
  margin: 0;
  height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}