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

/* do NOT modify the canvas */

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

/* modify the assets below */

#vase {
	top: 100px;
	left: 650px;
	position: relative;
	width: 100px;
	height: 250px;
	margin: 20px 0;
	background: green;
	opacity: 0.6;
	border-radius: 50% / 10%;
	text-align: center;
	text-indent: .1em;
}

#vase:before {
	content: '';
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5% / 50%;
}

#flower {
	top: 10px;
	left: 650px;
	width: 80px;
	height: 80px;
	position: absolute;
	text-align: center;
	animation: pulse 5s infinite;
}

@keyframes pulse {
	0% {
		background-color: yellow;
	}

	50% {
		background-color: orange;
	}

	100% {
		background-color: red; 
	}
}

#flower:before,
#flower:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background: yellow;
	animation: pulse 5s infinite;

}

#flower:before {
	transform: rotate(30deg);
	animation: pulse 5s infinite;
}

#flower:after {
	transform: rotate(60deg);
	animation: pulse 5s infinite;
}

#flower2 {
	top: 10px;
	left: 710px;
	width: 80px;
	height: 80px;
	position: absolute;
	text-align: center;
	animation: pulse 5s infinite;
}

#flower2:before,
#flower2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background: yellow;
	animation: pulse 5s infinite;

}

#flower2:before {
	transform: rotate(30deg);
	animation: pulse 5s infinite;
}

#flower2:after {
	transform: rotate(60deg);
	animation: pulse 5s infinite;
}

#flower3 {
	top: 10px;
	left: 610px;
	width: 80px;
	height: 80px;
	position: absolute;
	text-align: center;
	animation: pulse 5s infinite;
}

#flower3:before,
#flower3:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background: yellow;
	animation: pulse 5s infinite;

}

#flower3:before {
	transform: rotate(30deg);
	animation: pulse 5s infinite;
}

#flower3:after {
	transform: rotate(60deg);
	animation: pulse 5s infinite;
}

#pumpkin {
	top: 150px;
	left: 320px;
	position: absolute;
	width: 100px;
	height: 90px;
}

#pumpkin:before,
#pumpkin:after {
	position: absolute;
	content: "";
	left: 50px;
	top: 0;
	width: 110px;
	height: 140px;
	background: orange;
	border-radius: 50px 50px 0 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}

#pumpkin:after {
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}


#pumpkinstem {
	width: 200px;
	height: 40px;
	position: relative;
	background: green;
	top: -150px;
	left: 300px;
	transform: rotate(-90deg);
}
#pumpkinstem:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
#pumpkinstem:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid green;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

#smolpumpkin {
	top: 320px;
	left: 320px;
	position: absolute;
	width: 100px;
	height: 90px;
}

#smolpumpkin:before,
#smolpumpkin:after {
	position: absolute;
	content: "";
	left: 50px;
	top: 0;
	width: 80px;
	height: 110px;
	background: white;
	border-radius: 50px 50px 0 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}

#smolpumpkin:after {
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}

#smolpumpkinstem {
	width: 200px;
	height: 40px;
	position: relative;
	background: green;
	top: -15px;
	left: 290px;
	transform: rotate(-90deg);
}
#smolpumpkinstem:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#smolpumpkinstem:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid green;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

#squash {
	position: absolute;
	display: block;
	width: 140px;
	height: 180px;
	background-color: yellow;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
	top: 300px;
	left: 550px;
	transform: rotate(75deg); 
}

#squashstem {
	position: absolute;
	display: block;
	width: 100px;
	height: 180px;
	background-color: yellow;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
	top: 280px;
	left: 650px;
	transform: rotate(75deg); 
}

#squashstem2 {
	width: 200px;
	height: 40px;
	position: relative;
	background: green;
	top: -15px;
	left: 650px;
	transform: rotate(-20deg);
}
#squashstem2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#squashstem2:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid green;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

#mirrormat {
	width: 630px;
	height: 330px;
	transform: skew(20deg);
	background: lightblue;
	top: 150px;
	left: 170px;
	position: absolute;
	background: rgba(231,228,251,1);
background: -moz-linear-gradient(left, rgba(231,228,251,1) 0%, rgba(211,201,243,1) 43%, rgba(198,188,240,1) 58%, rgba(182,179,239,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,228,251,1)), color-stop(43%, rgba(211,201,243,1)), color-stop(58%, rgba(198,188,240,1)), color-stop(100%, rgba(182,179,239,1)));
background: -webkit-linear-gradient(left, rgba(231,228,251,1) 0%, rgba(211,201,243,1) 43%, rgba(198,188,240,1) 58%, rgba(182,179,239,1) 100%);
background: -o-linear-gradient(left, rgba(231,228,251,1) 0%, rgba(211,201,243,1) 43%, rgba(198,188,240,1) 58%, rgba(182,179,239,1) 100%);
background: -ms-linear-gradient(left, rgba(231,228,251,1) 0%, rgba(211,201,243,1) 43%, rgba(198,188,240,1) 58%, rgba(182,179,239,1) 100%);
background: linear-gradient(to right, rgba(231,228,251,1) 0%, rgba(211,201,243,1) 43%, rgba(198,188,240,1) 58%, rgba(182,179,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e4fb', endColorstr='#b6b3ef', GradientType=1 );
}

#flowerstem {
	width: 20px;
	height: 300px;
	background: green;
	position: absolute;
	top: 70px;
	left: 710px;
}

#flowerstem2 {
	width: 20px;
	height: 300px;
	background: green;
	position: absolute;
	top: 70px;
	left: 670px;
}

#flowerstem3 {
	width: 8px;
	height: 300px;
	background: green;
	position: absolute;
	top: 70px;
	left: 695px;
}

