body, html {
	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	height: 100%;
  	background-color: black;
}

#vid {
	height: 100%;
}

#main {
	position: absolute;
	padding: 0;
	display: none;
	height: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	justify-content: center;
	align-items: center;
	z-index: 1;
}

#bible {
	text-align: center;
}

#lander {
	color: white;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	z-index: 2;
}

#fireCanvas {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	image-rendering: pixelated;
	pointer-events: none;
}
