.img {
max-width: 640px;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 100px 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: yellow;
   width: 0px;
   height: 0px;
   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: 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);
   margin: 0 auto;

}
.star-five:after {
   position: absolute;
   display: block;
   color: yellow;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   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: '';
   margin: 0 auto;
}

.garland1 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: red;
	position: absolute;
	margin-top: -70px;
	margin-left: 270px;
}
.garland2 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: blue;
	position: absolute;
	margin-top: -60px;
	margin-left: 320px;
}
.garland3 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: purple;
	position: absolute;
	margin-top: -60px;
	margin-left: 270px;
}
.garland4 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: pink;
	position: absolute;
	margin-top: -70px;
	margin-left: 320px;
}
.garland5 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: yellow;
	position: absolute;
	margin-top: -70px;
	margin-left: 270px;
}
.garland6 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: red;
	position: absolute;
	margin-top: -60px;
	margin-left: 320px;
}
.garland7 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: pink;
	position: absolute;
	margin-top: -70px;
	margin-left: 270px;
}
.garland8 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: purple;
	position: absolute;
	margin-top: -60px;
	margin-left: 320px;
}
.garland_on {
    background: gold;
    filter: drop-shadow(0 0 20px #DAA520);
}
