.triangle {
    width: 0;
	height: 0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 150px solid ForestGreen;
	margin: 0 auto;
}
#stem {
    width: 50px;
    height: 50px;
    background: brown;
    margin: 0 auto;
}

#star-five {
   margin: 50px 0;
   position: relative;
   display: block;
   color: DeepPink;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid DeepPink;
   border-left:   100px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
   	margin: 0 auto;
}
#star-five:before {
   border-bottom: 80px solid DeepPink;
   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);
   	margin: 0 auto;

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

.garland-1 {
    background: HotPink;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: -100px;
    margin-left: 235px;
}

.garland-2 {
    background: PaleTurquoise;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: -117px;
    margin-left: 330px;
}

.garland-3 {
    background: Violet;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: -100px;
    margin-left: 235px;
}

.garland-4 {
    background: MediumSlateBlue;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: -110px;
    margin-left: 330px;
}

.garland-5 {
    background: Purple;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: -100px;
    margin-left: 235px;
}

.garland-6 {
    background: Cyan;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top: -107px;
    margin-left: 330px;
}

.garland-1-on{
    background: MidnightBlue
}

.garland-2-on{
    background: Purple
}

.garland-3-on{
    background: Aquamarine
}

.garland-4-on{
    background: DeepPink
}

.garland-5-on{
    background: LightCoral
}

.garland-6-on{
    background: DarkTurquoise
}
