.triangle {
    width: 0;
    height: 0;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-bottom: 140px solid lime;
    margin: 0 auto;
}
#stem {
    width: 50px;
    height: 60px;
    background: brown;
    margin: 0 auto;
}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: brown;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid brown;
   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 brown;
   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: brown;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid brown;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}


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


.garland-2 {
   background: blue;
   width: 50px;
   height: 50px;
   position: absolute;
   border-radius: 40px;
   margin-top: -100px;
   margin-left: 335px;
}


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


.garland-4 {
   background: green;
   width: 50px;
   height: 50px;
   position: absolute;
   border-radius: 40px;
   margin-top: -100px;
   margin-left: 335px;
}





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


.garland-6 {
   background: pink;
   width: 50px;
   height: 50px;
   position: absolute;
   border-radius: 40px;
   margin-top: -100px;
   margin-left: 335px;
}


.garland-1-on {
    background:#FF69B4;
}
.garland-2-on {
    background:#4169E1;
}
.garland-3-on {
    background:#4682B4;
}
.garland-4-on {
    background:#F08080;
}
.garland-5-on {
    background:#FF00FF;
}
.garland-6-on {
    background:gold;
}