
.canvas .container
{
	border-style: solid; 
	border-color: rgb(191, 211, 222); 
	border-width: 6px; 
	box-shadow: 3px 3px 6px rgb(95, 145, 173), 
				-3px 3px 6px rgb(95, 145, 173), 
				-3px -3px 6px rgb(95, 145, 173), 
				3px -3px 6px rgb(95, 145, 173);
	border-radius: 10px; 
	background-color: rgb(191, 211, 222); 
}
