
.canvas .container
{
	border-style: solid; 
	border-color: rgb(252, 56, 29); 
	border-width: 6px; 
	box-shadow: 3px 3px 6px rgb(180, 57, 37), 
				-3px 3px 6px rgb(180, 57, 37), 
				-3px -3px 6px rgb(180, 57, 37), 
				3px -3px 6px rgb(180, 57, 37);
	border-radius: 10px; 
	background-color: rgb(252, 56, 29); 
}
