canvas {
	height: 100vh;
	width: 100%;
	@apply bg-brand-gray;
}

.stage {
	height: 100vh;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 10;
}

.webgl {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

