body {
	touch-action: none;
	user-select: none;
	background-color: rgba(254, 252, 243, 1.0);
}

video {
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
}

#block {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
}
#screen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 999998;
	background-color: rgba(254, 252, 243, 1.0);
}