.triangle-up1 {
	width: 0;
	height: 0;
	border-left:75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 125px solid lime;
	margin: 0 auto; 


}
.triangle-up2 {
	width: 0;
	height: 0;
	border-left:140px solid transparent;
	border-right: 140px solid transparent;
	border-bottom: 180px solid lime;
	margin: 0 auto; 


}
.triangle-up3 {
	width: 0;
	height: 0;
	border-left:220px solid transparent;
	border-right:220px solid transparent;
	border-bottom: 250px solid lime;
	margin: 0 auto; 


}

.stem{
	background: #8B4513;
	width: 60px;
	height: 60px;
	margin: 0 auto; 

}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid red;
   border-left:   100px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
#star-five:before {
   border-bottom: 80px solid red;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -45px;
   left: -65px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);
   
}
#star-five:after {
   position: absolute;
   display: block;
   color: red;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid red;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}

.decor1 {
	background: #9ba105 ;
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top: -80px;
	margin-left: 290px;
	border-radius: 25px
}

.decor2 {
	background:#9ba105;
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top: 70px;
	margin-left: 330px;
	border-radius: 25px
}

.decor3 {
	background:#9ba105;
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top:-60px;
	margin-left: 230px;
	border-radius: 25px
}
.decor4 {
	background:#9ba105;
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top: 170px;
	margin-left: 400px;
	border-radius: 25px
}

.decor5 {
	background:#9ba105;
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top: -180px;
	margin-left: 290px;
	border-radius: 25px
}

.decor6 {
	background:#9ba105;
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top: -70px;
	margin-left: 230px;
	border-radius: 25px
}

.decor1-on {
	background: #f2c707 ;
	}
.decor2-on {
	background: #f2c707 ;
	}
.decor3-on {
	background: #f2c707;
	}
.decor4-on {
	background: #f2c707;
	}
.decor5-on {
	background: #f2c707;
	}
.decor6-on {
	background: #f2c707;
	}
.image{
	max-width: 320px
}
.text{
	font-size: 25pt
}

