.img {
max-width: 640px;
}
.triangle {
     width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 100px solid lime;
    margin: 0 auto
}
.stem {
    width: 50px;
    height: 50px;
    background: brown;
    margin: 0 auto
}
#star-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid red;
   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 red;
   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: red;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid red;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}
.garland1 {
width:50px;
height:50px;
border-radius: 50%;
background:purple;
position:absolute;
margin-top: -60px;
margin-left: 340px;
}
.garland2 {
width:50px;
height:50px;
border-radius: 50%;
background:blue;
position:absolute;
margin-top: -63px;
margin-left: 240px;
}
.garland3{
width:50px;
height:50px;
border-radius: 50%;
background:red;
position:absolute;
margin-top: -60px;
margin-left: 340px;
}
.garland4 {
width:50px;
height:50px;
border-radius: 50%;
background:pink;
position:absolute;
margin-top: -63px;
margin-left: 240px;
}
.garland5{
width:50px;
height:50px;
border-radius: 50%;
background:cyan;
position:absolute;
margin-top: -60px;
margin-left: 340px;
}
.garland6 {
width:50px;
height:50px;
border-radius: 50%;
background:green;
position:absolute;
margin-top: -63px;
margin-left: 240px;
}
.garland7{
width:50px;
height:50px;
border-radius: 50%;
background:red;
position:absolute;
margin-top: -60px;
margin-left: 340px;
}
.garland8 {
width:50px;
height:50px;
border-radius: 50%;
background:orange;
position:absolute;
margin-top: -63px;
margin-left: 240px;
}

.garland-on {
     background: gold;
     filter: drop-shadow(0 0 20px #DAA520);
}