
html, body {
  /* overflow: hidden; */
  user-select: none;
}

#app-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: relative;
  aspect-ratio: 16 / 9;
  background-size: 85%;
  background-position: top;
  background-repeat: no-repeat;
}

input {
  text-transform: uppercase;
}

caption {
  padding-top: 0;
}

.cursor-pointer {
  cursor: pointer;
}
