.img{
min-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: 50px 0;
   position: relative;
   display: block;
   color: red;
   width: 70px;
   height: 70px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid yellow;
   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 yellow;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   position: absolute;
   height: 70;
   width: 70;
   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: yellow;
   top: 3px;
   left: -105px;
   width: 70px;
   height: 70px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid yellow;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}
.garland1{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -70px;
margin-left: 250px
}
.garland2{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -50px;
margin-left: 330px
}
.garland3{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -70px;
margin-left: 250px
}
.garland4{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -50px;
margin-left: 330px
}
.garland5{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -70px;
margin-left: 250px
}
.garland6{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -50px;
margin-left: 330px
}
.garland7{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -70px;
margin-left: 250px
}
.garland8{
height:50px;
width:50px;
border-radius:25px;
background: grey;
position: absolute;
margin-top: -50px;
margin-left: 330px
}
.garland-on1{
    background: gold;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on2{
    background: red;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on3{
    background: blue;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on4{
    background: green;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on5{
    background: magenta;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on6{
    background: cyan;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on7{
    background: pink;
    filter:box-shadow: (0 0 10px #FF0700);
}
.garland-on8{
    background: purple;
    filter:box-shadow: (0 0 10px #FF0700);
}