button {
	cursor: pointer;
	text-transform: uppercase;
}
a,
button,
input,
select {
	pointer-events: auto;
}
* {
	margin: 0;
	padding: 0;
}

canvas {
	display: block;
	overflow: hidden;
}

#container {
	width: 100vw;
	height: 100vh;
}
#overlay {
	position: absolute;
	display: block;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 1);
}
#labels {
	position: absolute;
	z-index: 2;
	/* opacity: 0; */
	top: 0;
	left: 0;
}

video {
	display: none;
}


/*# sourceMappingURL=/app.c3f9f951.css.map */