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

/* do NOT modify the canvas */

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

/* modify the assets below */
#wall{
	width: 900px;
	height: 500px;
	background: #e0e6ca;
	top: 0px;
	left: 0px;
	position: absolute;
}

#table{
	width: 900px;
	height: 315px;
	background: #fcf3e6;
	top: 240px;
	left: 0px;
	position: absolute;
}


#matt{
	width: 470px;
	height: 0;
	border-left: 215px solid transparent;
	border-right: 215px solid transparent;
	border-bottom: 256px solid #afc7bd;

	position: absolute;
	top: 300px;
	left: 1-0px;
}





#triangle {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 70px solid transparent;
	border-top: 200px solid #8ebd0d;

	position: absolute;
	top: 130px;
	left: 280px;
}

#circle2 {
	width: 140px;
	height: 140px;
	background: orange;
	border-radius: 200px;
	top: 330px;
	left: 335px;
	position: absolute;
}

#squashstem {
	width: 120px;
	height: 40px;
	background: orange;
	top: 370px;
	left: 180px;
	position: absolute;}

#square {
	width: 120px;
	height: 245px;
	background: green;
	top: 230px;
	left: 280px;
	position: absolute;

	-webkit-box-shadow: 1px 18px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 18px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 18px 5px 0px rgba(0,0,0,0.75);
}




#circle {
	width: 200px;
	height: 180px;
	background: #d97218;
	border-radius: 200px;
	top: 350px;
	left: 540px;
	position: absolute;
	animation-name: stretch;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(.3);
    background-color: #f0b154;
    border-radius: 100%;
  }
  50% {
    background-color: orange;
  }
  100% {
    transform: scale(1.2);
    background-color: #d97218;
  }
}

/*body,
html {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}


}
*/

#flower1 {
	width: 200px;
	height: 100px;
	background: yellow;
	border-radius: 200px;
	top: 5px;
	left: 240px;
	position: absolute;
}



#flower2 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 5px;
	left: 210px;
	position: absolute;
}

#flower3 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 100px;
	left: 210px;
	position: absolute;
}

#flower4 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 110px;
	left: 280px;
	position: absolute;
}

#flower5 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 100px;
	left: 350px;
	position: absolute;
}

#flower6 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 50px;
	left: 390px;
	position: absolute;
}
#flower7 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 0px;
	left: 370px;
	position: absolute;
}

#flower8 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 40px;
	left: 190px;
	position: absolute;
}

#flower9 {
	width: 75px;
	height: 75px;
	background: yellow;
	border-radius: 200px;
	top: 0px;
	left: 250px;
	position: absolute;
}

#flower10 {
	width: 150px;
	height: 150px;
	background: yellow;
	border-radius: 200px;
	top: 0px;
	left: 255px;
	position: absolute;
}

/* #flower11 {
	width: 150px;
	height: 150px;
	background: yellow;
	border-radius: 200px;
	top: 0px;
	left: 500px;
	position: absolute;
} */
/* #flower12 {
	width: 150px;
	height: 150px;
	background: yellow;
	border-radius: 200px;
	top: 0px;
	left: 500px;
	position: absolute;
} */



#pumpkinstem {
	width: 30px;
	height: 100px;
	background: #4a3c1a;
	top: 250px;
	left: 620px;
	position: absolute;
}
