.triangle{
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: 155px solid lime;
}
#stem{
    width: 50px;
    height:60px;
    background: brown;
    margin: 0 auto;
}
.star-five {
   margin:  0 auto;
   position: relative;
   display: block;
   color: orange;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid orange;
   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 black;
   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: orange;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid orange;
   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:red;
    width: 50px;
    height: 50px;
    position:absolute;
    border-radius:25px;
    margin-top: -100px;
    margin-left :350px;
}
.garland2{
    background:purple;
    width: 50px;
    height: 50px;
    position:absolute;
    border-radius:25px;
    margin-top: -80px;
    margin-left : 270px;
}

.garland3{
    background:white;
    width: 50px;
    height: 50px;
    position:absolute;
    border-radius:25px;
    margin-top: -100px;
    margin-left :350px;
}
.garland4{
    background:blue;
    width: 50px;
    height: 50px;
    position:absolute;
    border-radius:25px;
    margin-top: -80px;
    margin-left : 270px;
}
.garland5{
    background:red;
    width: 50px;
    height: 50px;
    position:absolute;
    border-radius:25px;
    margin-top: -100px;
    margin-left :350px;
}
.garland6{
    background:orange;
    width: 50px;
    height: 50px;
    position:absolute;
    border-radius:25px;
    margin-top: -80px;
    margin-left : 270px;
}
.garland-1_on {
background: white;
}
.garland2_on {
background: white;
}
.garland3_on {
background: white;
}
.garland4_on {
background: white;
}
.garland5_on {
background: white;
}
.garland6_on {
background: white;
}