#c001_space_canvas {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	position: absolute;
	touch-action: none;
	text-decoration: none;
}