.triangle {
	width: 0;
	height: 0;
	border-left: 190px solid transparent;
	border-right: 190px solid transparent;
	border-bottom: 150px solid green;
	margin: 0 auto;
}
.stem {
	width: 60px;
	height: 60px;
	background: SaddleBrown;
	margin: 0 auto;
}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: Goldenrod;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid Goldenrod;
   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 Goldenrod;
   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: Goldenrod;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid Goldenrod;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}
.decor1{
	background: Aqua;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -100px;
	margin-left: 330px;
	border-radius: 25px;

}
.decor2{
	background: Aqua;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -35px;
	margin-left: 240px;
	border-radius: 25px;

}
.decor3{
	background: Aqua;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -40px;
	margin-left: 390px;
	border-radius: 25px;

}
.decor4{
	background: Aqua;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -80px;
	margin-left: 230px;
	border-radius: 25px;

}
.decor5{
	background: Aqua;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -60px;
	margin-left: 360px;
	border-radius: 25px;

}
.decor6{
	background: Aqua;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -80px;
	margin-left: 240px;
	border-radius: 25px;

}
.decor1-on{
	background: yellow;
}
.decor2-on{
	background: yellow;
}
.decor3-on{
	background: yellow;
}
.decor4-on{
	background: yellow;
}
.decor5-on{
	background: yellow;
}
.decor6-on{
	background: yellow;
}
.image{
	max-width: 480px;
}
.text{
	font-size: 25px;
	font-family: Montserrat;
}