body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	/* overflow: hidden;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #dcd3c3;
	background-image: linear-gradient(180deg, #dcd3c3, #c6b89d, #dcd3c3);	
	background-size: cover;
	background-repeat: no-repeat;
}

canvas {
	background-color: #fff;
	box-shadow: 0px 0px 8px 6px #444;
/*	max-width: 850px;
	max-height: 850px;*/
}


.loader {
	font-size: 1.1rem;
	color:#dddddd;
	font-family: arial, tahoma;
}