@charset "utf-8";
/* CSS Document */
body {
	background: #000;
}

#arp {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 1000px;
	height: 667px;
	visibility: hidden;
}

#scorpion {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

canvas { 
	width: 1000px;
	height: 667px;
	background: #eee; 
}

