.triangle{
width:0;
height:0;
border-left:190px solid transparent;
border-right:190px solid transparent;
border-bottom:150px solid lime;
}
.triangle2{
margin-top:20px;
width:0;
height:0;
border-left:190px solid transparent;
border-right:190px solid transparent;
border-bottom:150px solid lime;
}
.triangle3{
margin-top:20px;
width:0;
height:0;
border-left:190px solid transparent;
border-right:190px solid transparent;
border-bottom:150px solid lime;

}

.stem{
width:60px;
height:60px;
background-color:Brown;
margin:0 auto;
margin-top:20px;
}

.decor1{
width:50px;
height:50px;
background-color:#FFE4B5;
border-radius:25px;
margin-top:-100px;
margin-left:120px;
}
.decor2{
width:50px;
height:50px;
background-color:#FFE4B5;
border-radius:25px;
margin-top:-20px;
margin-left:200px;
}
.decor3{
width:50px;
height:50px;
background-color:#FFE4B5;
border-radius:25px;
margin-top:-100px;
margin-left:120px;
}
.decor4{
width:50px;
height:50px;
background-color:#FFE4B5;
border-radius:25px;
margin-top:-20px;
margin-left:200px;
}
.decor5{
width:50px;
height:50px;
background-color:#FFE4B5;
border-radius:25px;
margin-top:-100px;
margin-left:120px;
}
.decor6{
width:50px;
height:50px;
background-color:#FFE4B5;
border-radius:25px;
margin-top:-20px;
margin-left:200px;
}



.d14 {
margin:0 auto;
height: 0;
width: 0;
position: relative;
border-right: 50px solid transparent;
border-bottom: 35px solid #FFD700;
border-left: 50px solid transparent;
transform: rotate(35deg);
}
.d14:before,
.d14:after {
content: "";
height: 0;
width: 0;
position: absolute;
}
.d14:before {
top: -26px;
left: -32px;
border-bottom: 40px solid #FFD700;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
transform: rotate(-35deg);
}
.d14:after {
top: 2px;
left: -53px;
border-right: 50px solid transparent;
border-bottom: 35px solid #FFD700;
border-left: 50px solid transparent;
transform: rotate(-70deg);
}

.decor1-on{
background-color:#FFA07A;
}
.decor2-on{
background-color:#AFEEEE;
}
.decor3-on{
background-color:#CD5C5C;
}
.decor4-on{
background-color:#FFC0CB;
}
.decor5-on{
background-color:#FFFF00;
}
.decor6-on{
background-color:#1E90FF;
}
.card{
max-height:500px;
width:auto;
}
.my-text{
font-size:20pt;
font-style:italic;
}
.btn-text{
font-size:24pt !important;
font-style:italic;
}