
.canvas .container
{
	border-style: solid; 
	border-color: rgb(225, 240, 251); 
	border-width: 6px; 
	box-shadow: 3px 3px 6px rgb(101, 160, 205), 
				-3px 3px 6px rgb(101, 160, 205), 
				-3px -3px 6px rgb(101, 160, 205), 
				3px -3px 6px rgb(101, 160, 205);
	border-radius: 10px; 
	background-color: rgb(225, 240, 251); 
}
