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

#app-container {
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	bottom: 0;
	max-height: 100vh;
	position: relative;
	aspect-ratio: 16 / 9;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

input {
  text-transform: uppercase;
}