html {
  height: 100%;
}

body {
  touch-action: manipulation;
  margin: 0;
  cursor: pointer;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

#stage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.images {
  display: none;
  position: fixed;
  width: 80%;
  max-width: 512px;
  pointer-events: none;
}