/*body {
	background: #cccccc;
}*/

/* do NOT modify the canvas */

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

/* modify the assets below */

#matt {
	width: 100px;
	height: 50px;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 100px solid lightgrey;
	position: absolute;
	top: 300px;
	left: 300px;
}

#flower {
	width: 50px;
	height: 50px;
	background: yellow;
	border-radius: 200px;
	top: 150px;
	left: 630px;
	position: absolute;
}

#flower1 {
	width: 50px;
	height: 50px;
	background: yellow;
	border-radius: 200px;
	top: 120px;
	left: 530px;
	position: absolute;
}

#flower2 {
	width: 50px;
	height: 50px;
	background: yellow;
	border-radius: 200px;
	top: 130px;
	left: 560px;
	position: absolute;
}

#flower3 {
	width: 50px;
	height: 50px;
	background: yellow;
	border-radius: 200px;
	top: 120px;
	left: 580px;
	position: absolute;
}

#vase {
	width: 60px;
	height: 200px;
	background: green;
	top: 200px;
	left: 590px;
	position: absolute;
}

#pumpkin {
	width: 150px;
	height: 100px;
	background: orange;
	border-radius: 200px;
	top: 300px;
	left: 430px;
	position: absolute;
}

#pumpkinsh {
	width: 138px;
	height: 100px;
	background: #F4B22D;
	border-radius: 200px;
	top: 300px;
	left: 430px;
	position: absolute;
}

#stem {
	width: 20px;
	height: 30px;
	background: brown;
	top: 280px;
	left: 495px;
	position: absolute;
}

#pumpkin1 {
	width: 80px;
	height: 50px;
	background: #F9DA9E;
	border-radius: 200px;
	top: 380px;
	left: 380px;
	position: absolute;
}

#stem1 {
	width: 10px;
	height: 20px;
	background: brown;
	top: 370px;
	left: 415px;
	position: absolute;
}


