
#canvas-13975::after {
	content: '';
	position: absolute;
	left: 10%;
	width: 80%;
	background: #888;
	border-radius: 50%;
	height: 30px;
	bottom: -30px;
	filter: blur(5px);
	z.index: -1;
}
#canvas-13975 {
	position: relative;
	border-radius: 50%;
	max-width: 300px;
}