.canvas {
	width: 900px;
	height: 556px;
	/*margin: 100px auto;*/
	background: white;
	position: relative;
}

#stem {
	width: 0;
	height: 450px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 250px solid #91db72;
	position: absolute;
	top: 150px;
	left: 400px;
}

#flower1 {
	width: 100px;
	height: 100px;
	background: #ffd629;
	border-radius: 50%;
	position: absolute;
	top: 70px;
	left: 400px;
}

#flower2 {
	width: 100px;
	height: 100px;
	background: #ffff29;
	border-radius: 50%;
	position: absolute;
	top: 70px;
	left: 450px;
}

#flower3 {
	width: 100px;
	height: 100px;
	background: #ffff29;
	border-radius: 50%;
	position: absolute;
	top: 70px;
	left: 350px;
}

#vase {
	/* width: 100px;
	height: 200px;
	background: green;
	top: 220px;
	left: 400px; */
	width: 100px;
	height: 250px;
	margin: 20px 0;
	background: green;
	border-radius: 50% / 10%;
	color: white;
	text-align: center;
	text-indent: .1em;
	position: absolute;
	top: 220px;
	left: 400px;
}

#pumpkin {
	width: 150px;
	height: 120px;
	margin: 20px 0;
	background: #ff952c;
	border-radius: 40% / 60%;
	color: white;
	text-align: center;
	text-indent: .1em;
	position: absolute;
	top: 349px;
	left: 386px;
}

#pumpkin2 {
	width: 85px;
	height: 70px;
	margin: 20px 0;
	background: #fcecc5;
	border-radius: 40% / 60%;
	text-align: center;
	text-indent: .1em;
	position: absolute;
	top: 380px;
	left: 256px;
}

#floor {
	border-bottom: 100px solid #bfbfbf;
	border-left: 50px solid transparent;
	border-right: 170px solid transparent;
	height: 0;
	width: 300px;
	position: absolute;
	top: 429px;
	left: 205px;
}
