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

.tar-five {
   margin: 0 auto;
   position: relative;
   display: block;
   color: blue;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid blue;
   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 blue;
   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: blue;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid blue;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      mrotate(-70deg);
   content: '';
}

.garland-1{
    background:red;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top:-100px;
    margin-left:236px;
}
.garland-2{
    background:red;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 25px;
    margin-top:-100px;
    margin-left:350px;

.garland-3{
   background:pink;
  width: 50px;
  height: 50px;
  position: absolute;
    border-radius: 25px;
    margon-top:-80px;
    margin-left:270px;
  }

  .garland-1-on{
      background: gold;
  }
 .garland-2-on{
      background: gold;
  }

