body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #555;
}

canvas {
	background-color: #555;
	box-shadow: 0px 0px 10px 10px #404040;
/*	max-width: 850px;
	max-height: 850px;*/
}

.loader {
	color:#999;
	font-family: arial, tahoma;
}
