.triangle-up {
	width: 0;
	height: 0;
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	border-bottom: 120px solid SeaGreen;
	margin: 0 auto;
}
.stem {
	background: #A0522D;
	width:50px ;
	height:50px ;
	margin:0 auto ;
}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: Gold;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid Gold;
   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 Gold;
   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: Gold;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid Gold;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}
.decor1 {
	background:LightCoral ;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -100px;
	margin-left: 320px;
	border-radius: 25px;
}
.decor2 {
	background:LightCoral ;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -80px;
	margin-left: 240px;
	border-radius: 25px;
}
.decor3 {
	background:LightCoral ;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -90px;
	margin-left: 330px;
	border-radius: 25px;
}
.decor4 {
	background:LightCoral ;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -70px;
	margin-left: 220px;
	border-radius: 25px;
}
.decor5 {
	background:LightCoral ;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -70px;
	margin-left: 320px;
	border-radius: 25px;
}
.decor6 {
	background:LightCoral ;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -90px;
	margin-left: 250px;
	border-radius: 205px;
}
.decor1-on {
	background:#AFEEEE   ;
}
.decor2-on {
	background:#9370DB	 ;
}
.decor3-on {
	background:#4169E1	 ;
}
.decor4-on {
	background:#FFA07A	 ;
}
.decor5-on {
	background:#F0E68C	 ;
}
.decor6-on {
	background:#D8BFD8	 ;
}
.image{
	max-width: 400px;
}
.text{
	font-size: 15pt;
	font-weight: 400;
}
