/*body {
	background: #cccccc;
}
*/
/* do NOT modify the canvas */

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

/* modify the assets below */


#square {
	width: 100px;
	height: 280px;
	background: #5C8355;
	top: 150px;
	left: 300px;
	position: absolute;
	border-radius: 24px 24px 24px 24px;
	-moz-border-radius: 24px 24px 24px 24px;
	-webkit-border-radius: 24px 24px 24px 24px;
	border: 0px solid #000000;
}

#circle {
	width: 50px;
	height: 50px;
	background: #D7E267;
	border-radius: 200px;
	top: 40px;
	left: 300px;
	position: absolute;

	animation-direction: alternate;
}


#circle2 {
	width: 50px;
	height: 50px;
	background: #DFEE42;
	border-radius: 200px;
	top: 80px;
	left: 370px;
	position: absolute;
}


#circle3 {
	width: 50px;
	height: 50px;
	background: #DFEE42;
	border-radius: 200px;
	top: 70px;
	left: 270px;
	position: absolute;
}


#circle4 {
	width: 50px;
	height: 50px;
	background: #D7E267;
	border-radius: 200px;
	top: 80px;
	left: 330px;
	position: absolute;
}

#circle5 {
	width: 50px;
	height: 50px;
	background: #F0FA83;
	border-radius: 200px;
	top: 30px;
	left: 350px;
	position: absolute;
}

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

#diamond {
	width: 650px;
	height: 80px;
	border: 100px solid transparent;
	border-bottom-color: #D1D1D1;
	position: relative;
	top: 200px;
	left: 40px;
}

#square2 {
	width: 900px;
	height: 556px;
	background: #AEC8CE;
	top: 0px;
	left: 0px;
	position: absolute;
}

#square3 {
	width: 900px;
	height: 175px;
	background: #7D969C;
	top: 380px;
	left: 0px;
	position: absolute;
}


#square4 {
	width: 30px;
	height: 80px;
	background: #796351;
	top: 240px;
	left: 590px;
	position: absolute;
}
