body {
	background: #cccccc;
}

.canvas {
	width:900px;
	height: 556px;
	margin: 100px auto;
	background: rgba(186,159,119,1);
    background: -moz-linear-gradient(left, rgba(186,159,119,1) 0%, rgba(233,212,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(186,159,119,1)), color-stop(100%, rgba(233,212,179,1)));
    background: -webkit-linear-gradient(left, rgba(186,159,119,1) 0%, rgba(233,212,179,1) 100%);
    background: -o-linear-gradient(left, rgba(186,159,119,1) 0%, rgba(233,212,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(186,159,119,1) 0%, rgba(233,212,179,1) 100%);
    background: linear-gradient(to right, rgba(186,159,119,1) 0%, rgba(233,212,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba9f77', endColorstr='#e9d4b3', GradientType=1 );
    position: relative;
}

#desk {
    width: 900px;
    height: 260px;
    background: rgba(117,82,21,1);
    background: -moz-linear-gradient(left, rgba(117,82,21,1) 0%, rgba(90,69,32,1) 24%, rgba(150,109,44,1) 47%, rgba(150,109,44,1) 49%, rgba(150,109,44,1) 55%, rgba(150,109,44,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117,82,21,1)), color-stop(24%, rgba(90,69,32,1)), color-stop(47%, rgba(150,109,44,1)), color-stop(49%, rgba(150,109,44,1)), color-stop(55%, rgba(150,109,44,1)), color-stop(100%, rgba(150,109,44,1)));
    background: -webkit-linear-gradient(left, rgba(117,82,21,1) 0%, rgba(90,69,32,1) 24%, rgba(150,109,44,1) 47%, rgba(150,109,44,1) 49%, rgba(150,109,44,1) 55%, rgba(150,109,44,1) 100%);
    background: -o-linear-gradient(left, rgba(117,82,21,1) 0%, rgba(90,69,32,1) 24%, rgba(150,109,44,1) 47%, rgba(150,109,44,1) 49%, rgba(150,109,44,1) 55%, rgba(150,109,44,1) 100%);
    background: -ms-linear-gradient(left, rgba(117,82,21,1) 0%, rgba(90,69,32,1) 24%, rgba(150,109,44,1) 47%, rgba(150,109,44,1) 49%, rgba(150,109,44,1) 55%, rgba(150,109,44,1) 100%);
    background: linear-gradient(to right, rgba(117,82,21,1) 0%, rgba(90,69,32,1) 24%, rgba(150,109,44,1) 47%, rgba(150,109,44,1) 49%, rgba(150,109,44,1) 55%, rgba(150,109,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#755215', endColorstr='#966d2c', GradientType=1 );
    -webkit-clip-path: inset(5% 0 15% 0);
    clip-path: inset(5% 0 15% 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 300px;
    left:0px;
}
#deskE{
    width: 900px;
    height: 50px;
    background: rgba(219,174,59,1);
    background: -moz-linear-gradient(left, rgba(219,174,59,1) 0%, rgba(193,158,103,1) 0%, rgba(219,174,59,1) 35%, rgba(182,141,76,1) 51%, rgba(219,174,59,1) 66%, rgba(233,212,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,174,59,1)), color-stop(0%, rgba(193,158,103,1)), color-stop(35%, rgba(219,174,59,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(66%, rgba(219,174,59,1)), color-stop(100%, rgba(233,212,179,1)));
    background: -webkit-linear-gradient(left, rgba(219,174,59,1) 0%, rgba(193,158,103,1) 0%, rgba(219,174,59,1) 35%, rgba(182,141,76,1) 51%, rgba(219,174,59,1) 66%, rgba(233,212,179,1) 100%);
    background: -o-linear-gradient(left, rgba(219,174,59,1) 0%, rgba(193,158,103,1) 0%, rgba(219,174,59,1) 35%, rgba(182,141,76,1) 51%, rgba(219,174,59,1) 66%, rgba(233,212,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(219,174,59,1) 0%, rgba(193,158,103,1) 0%, rgba(219,174,59,1) 35%, rgba(182,141,76,1) 51%, rgba(219,174,59,1) 66%, rgba(233,212,179,1) 100%);
    background: linear-gradient(to right, rgba(219,174,59,1) 0%, rgba(193,158,103,1) 0%, rgba(219,174,59,1) 35%, rgba(182,141,76,1) 51%, rgba(219,174,59,1) 66%, rgba(233,212,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbae3b', endColorstr='#e9d4b3', GradientType=1 );

    -webkit-clip-path: inset(5% 0 15% 0);
    clip-path: inset(5% 0 15% 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 518px;
    left:0px;
}
#cloth {
	width: 640px;
	height: 186px;
	background: rgba(146,173,71,1);
    background: -moz-linear-gradient(left, rgba(146,173,71,1) 0%, rgba(173,203,36,1) 58%, rgba(192,224,11,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,173,71,1)), color-stop(58%, rgba(173,203,36,1)), color-stop(100%, rgba(192,224,11,1)));
    background: -webkit-linear-gradient(left, rgba(146,173,71,1) 0%, rgba(173,203,36,1) 58%, rgba(192,224,11,1) 100%);
    background: -o-linear-gradient(left, rgba(146,173,71,1) 0%, rgba(173,203,36,1) 58%, rgba(192,224,11,1) 100%);
    background: -ms-linear-gradient(left, rgba(146,173,71,1) 0%, rgba(173,203,36,1) 58%, rgba(192,224,11,1) 100%);
    background: linear-gradient(to right, rgba(146,173,71,1) 0%, rgba(173,203,36,1) 58%, rgba(192,224,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ad47', endColorstr='#c0e00b', GradientType=1 );

    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 16% 100%);
    clip-path:polygon(0 0, 83% 0, 100% 100%, 16% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 320px;
    left: 120px;
}
#string{
   width: 30px;
   height: 133px;
   background: rgba(226,226,226,1);
   background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(236,250,210,1) 50%, rgba(216,220,209,1) 64%, rgba(209,209,209,1) 69%, rgba(195,217,195,1) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(236,250,210,1)), color-stop(64%, rgba(216,220,209,1)), color-stop(69%, rgba(209,209,209,1)), color-stop(100%, rgba(195,217,195,1)));
   background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(236,250,210,1) 50%, rgba(216,220,209,1) 64%, rgba(209,209,209,1) 69%, rgba(195,217,195,1) 100%);
   background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(236,250,210,1) 50%, rgba(216,220,209,1) 64%, rgba(209,209,209,1) 69%, rgba(195,217,195,1) 100%);
   background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(236,250,210,1) 50%, rgba(216,220,209,1) 64%, rgba(209,209,209,1) 69%, rgba(195,217,195,1) 100%);
   background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(236,250,210,1) 50%, rgba(216,220,209,1) 64%, rgba(209,209,209,1) 69%, rgba(195,217,195,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c3d9c3', GradientType=1 );

   -webkit-clip-path: polygon(49% 0, 51% 0, 51% 100%, 48% 100%);
   clip-path: polygon(49% 0, 51% 0, 51% 100%, 48% 100%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 180px;
   left: 420px;
}
#krusty *
{
    position: absolute;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    opacity: 0.75;
}


#krusty
{
    position: relative;
    width: 212px;
    height: 140px; 
    margin: 0 auto;
    top:50px;
}

#krusty .head *
{
    border: 1px solid #110b00;
}

#krusty .head .no-border
{
    border: none;
}

#krusty .head .body
{
    background: #fdfcc4;
}

#krusty .head .mouth
{
    background: #fee298;
}

#krusty .head .hair
{
    background: #00957c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .hair1
{
    top: 91px;
    left: 47px;
    width: 21px;
    height: 18px;
}

#krusty .head .hair2
{
    top: 76px;
    left: 34px;
    width: 21px;
    height: 20px;
}

#krusty .head .hair3
{
    top: 62px;
    left: 28px;
    width: 21px;
    height: 20px;
}

#krusty .head .hair4
{
    top: 51px;
    left: 25px;
    width: 18px;
    height: 17px;
}

#krusty .head .hair5
{
    top: 36px;
    left: 22px;
    width: 18px;
    height: 18px;
}

#krusty .head .hair6
{
    top: 25px;
    left: 15px;
    width: 15px;
    height: 15px;
}

#krusty .head .hair7
{
    top: 21px;
    left: 0px;
    width: 14px;
    height: 5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

#krusty .head .hair8
{
    top: 18px;
    left: 8px;
    width: 12px;
    height: 14px;
}

#krusty .head .hair9
{
    top: 19px;
    left: 18px;
    width: 12px;
    height: 14px;
}

#krusty .head .hair10
{
    top: 23px;
    left: 28px;
    width: 13px;
    height: 14px;
}

#krusty .head .hair11
{
    top: 31px;
    left: 37px;
    width: 15px;
    height: 18px;
}

#krusty .head .hair12
{
    top: 43px;
    left: 46px;
    width: 15px;
    height: 12px;
}

#krusty .head .hair13
{
    top: 48px;
    left: 59px;
    width: 7px;
    height: 7px;
}

#krusty .head .hair41
{
    top: 45px;
    left: 31px;
    width: 31px;
    height: 42px;
    border: none;
    -webkit-border-radius: 50% 0 0% 50%;
    -moz-border-radius: 50% 0 0% 50%;
    border-radius: 50% 0 0% 50%;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
}

#krusty .head .hair42
{
    top: 27px;
    left: 26px;
    width: 27px;
    height: 42px;
    border: none;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg);
}

#krusty .head .hair43
{
    top: 21px;
    left: 15px;
    width: 17px;
    height: 17px;
    border: none;
}

#krusty .head .hair44
{
    top: 22px;
    left: 5px;
    width: 7px;
    height: 5px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#krusty .head .hair14
{
    top: 60px;
    left: 127px;
    width: 16px;
    height: 16px;
}

#krusty .head .hair15
{
    top: 57px;
    left: 143px;
    width: 18px;
    height: 12px;
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
}

#krusty .head .hair16
{
    top: 48px;
    left: 157px;
    width: 13px;
    height: 12px;
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
}

#krusty .head .hair17
{
    top: 39px;
    left: 167px;
    width: 16px;
    height: 15px;
}

#krusty .head .hair18
{
    top: 37px;
    left: 181px;
    width: 19px;
    height: 20px;
}

#krusty .head .hair19
{
    top: 43px;
    left: 193px;
    width: 16px;
    height: 7px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

#krusty .head .hair20
{
    top: 50px;
    left: 170px;
    width: 19px;
    height: 20px;
}

#krusty .head .hair21
{
    top: 65px;
    left: 161px;
    width: 19px;
    height: 20px;
    -webkit-border-radius: 50% 50% 37% 50%;
    -moz-border-radius: 50% 50% 37% 50%;
    border-radius: 50% 50% 37% 50%;
}

#krusty .head .hair22
{
    top: 80px;
    left: 152px;
    width: 19px;
    height: 20px;
    -webkit-border-radius: 50% 50% 37% 50%;
    -moz-border-radius: 50% 50% 37% 50%;
    border-radius: 50% 50% 37% 50%;
}

#krusty .head .hair23
{
    top: 92px;
    left: 141px;
    width: 19px;
    height: 20px;
    -webkit-border-radius: 50% 50% 43% 50%;
    -moz-border-radius: 50% 50% 43% 50%;
    border-radius: 50% 50% 43% 50%;
}

#krusty .head .hair24
{
    top: 99px;
    left: 126px;
    width: 21px;
    height: 20px;
}

#krusty .head .hair25
{
    top: 102px;
    left: 113px;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50% 50% 43% 50%;
    -moz-border-radius: 50% 50% 43% 50%;
    border-radius: 50% 50% 43% 50%;
}

#krusty .head .hair36
{
    top: 70px;
    left: 124px;
    width: 17px;
    height: 17px;
}

#krusty .head .hair37
{
    top: 65px;
    left: 127px;
    width: 42px;
    height: 42px;
    border: none;
}

#krusty .head .hair38
{
    top: 84px;
    left: 122px;
    width: 30px;
    height: 35px;
    border: none;
}

#krusty .head .hair39
{
    top: 47px;
    left: 154px;
    width: 38px;
    height: 27px;
    border: none;
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
}

#krusty .head .hair40
{
    top: 43px;
    left: 173px;
    width: 27px;
    height: 9px;
    border: none;
    border-radius: 0;
}

#krusty .head .hair26
{
    top: 13px;
    left: 96px;
    width: 11px;
    height: 7px;
}

#krusty .head .hair27
{
    top: 9px;
    left: 102px;
    width: 7px;
    height: 7px;
}

#krusty .head .hair28
{
    top: 5px;
    left: 107px;
    width: 7px;
    height: 7px;
}

#krusty .head .hair29
{
    top: -1px;
    left: 116px;
    width: 4px;
    height: 9px;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    -webkit-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    transform: rotate(47deg);
}

#krusty .head .hair30
{
    top: 6px;
    left: 113px;
    width: 9px;
    height: 9px;
}

#krusty .head .hair31
{
    top: 14px;
    left: 119px;
    width: 7px;
    height: 7px;
}

#krusty .head .hair32
{
    top: 21px;
    left: 119px;
    width: 7px;
    height: 7px;
}

#krusty .head .hair33
{
    top: 17px;
    left: 106px;
    width: 13px;
    height: 8px;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
}

#krusty .head .hair34
{
    top: 5px;
    left: 110px;
    width: 12px;
    height: 13px;
    border: none;
}

#krusty .head .hair35
{
    top: 11px;
    left: 102px;
    width: 25px;
    height: 13px;
    border: none;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

#krusty .head .head-top
{
    top: 15px;
    top: 20px;
    left: 68px;
    width: 64px;
    height: 74px;
    border-top: 1px solid #110b00;
    border-right: 1px solid #110b00;
    border-left: 1px solid #110b00;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
    -moz-border-radius: 32% 33% 0 0;
    -webkit-border-radius: 32% 33% 0 0;
    border-radius: 32% 33% 0 0;
    -webkit-box-shadow: inset 8px 12px 0px -12px rgba(254,254,242,1), inset 13px 3px 0px -11px rgba(254,254,242,1), inset -2px 0px 0px 0px rgba(254,226,117,1);
    -moz-box-shadow: inset 8px 12px 0px -12px rgba(254,254,242,1), inset 13px 3px 0px -11px rgba(254,254,242,1), inset -2px 0px 0px 0px rgba(254,226,117,1);
    box-shadow: inset 8px 12px 0px -12px rgba(254,254,242,1), inset 13px 3px 0px -11px rgba(254,254,242,1), inset -2px 0px 0px 0px rgba(254,226,117,1);
}

#krusty .head .left-ear
{
    top: 68px;
    left: 57px;
    width: 6px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .right-ear
{
    top: 80px;
    left: 123px;
    width: 9px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

#krusty .head .right-ear .inner
{
    top: 4px;
    left: 3px;
    height: 10px;
    width: 4px;
    border-right: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .eye
{
    width: 29px;
    height: 29px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .eye .pupil
{
    width: 3px;
    height: 3px;
    background: #110b00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .left-eye
{
    top: 50px;
    left: 64px;
    height: 25px;
}

#krusty .head .left-eye .pupil
{
    top: 13px;
    left: 7px;
}

#krusty .head .right-eye
{
    top: 53px;
    left: 91px;
}

#krusty .head .right-eye .pupil
{
    top: 15px;
    left: 18px;
}

#krusty .head .eye-bag
{
    top: 75px;
    left: 93px;
    width: 26px;
    height: 11px;
    border-top: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}


#krusty .head .eyebrow
{
    top: 48px;
    left: 106px;
    width: 18px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-bottom: none;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

#krusty .head .mouth-top1
{
    top: 79px;
    left: 59px;
    width: 53px;
    height: 20px;
    border-bottom: none;
    -webkit-border-radius: 41% 50% 50% 50%;
    -moz-border-radius: 41% 50% 50% 50%;
    border-radius: 41% 50% 50% 50%;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

#krusty .head .mouth-top2
{
    top: 78px;
    left: 52px;
    width: 69px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

#krusty .head .mouth-bottom
{
    top: 114px;
    left: 65px;
    width: 35px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

#krusty .head .mouth-left
{
    top: 99px;
    left: 63px;
    width: 8px;
    height: 29px;
    border-left: 1px solid #110b00;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

#krusty .head .mouth-right
{
    top: 110px;
    left: 99px;
    width: 8px;
    height: 23px;
    border-right: 1px solid #110b00;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

#krusty .head .mouth-right2
{
    top: 98px;
    left: 110px;
    width: 8px;
    height: 17px;
    border-right: 1px solid #110b00;
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
}

#krusty .head .mouth-inner
{
    background: #000000;
}

#krusty .head .mouth-inner-bottom
{
    top: 110px;
    left: 71px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

#krusty .head .mouth-inner-top
{
    top: 102px;
    left: 64px;
    height: 0;
    width: 23px;
    background: none;
    border-top: 26px solid #000000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
}

#krusty .head .tongue
{
    background: #ef5e2f;
}

#krusty .head .tongue1
{
    top: 124px;
    left: 81px;
    width: 13px;
    height: 9px;
    -webkit-border-radius: 50% 50% 50% 35%;
    -moz-border-radius: 50% 50% 50% 35%;
    border-radius: 50% 50% 50% 35%;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#krusty .head .tongue2
{
    top: 122px;
    left: 73px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50% 50% 0% 50%;
    -moz-border-radius: 50% 50% 0% 50%;
    border-radius: 50% 50% 0% 50%;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

#krusty .head .tongue3
{
    top: 126px;
    left: 75px;
    width: 17px;
    height: 9px;
    border-radius: 50%;
}

#krusty .head .nose
{
    top: 71px;
    left: 74px;
    width: 21px;
    height: 13px;
    background: #ef5e2f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .cheek-right
{
    top: 90px;
    left: 109px;
    width: 20px;
    height: 17px;
    background: #fee298;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .cheek-right-inner
{
    top: 90px;
    left: 112px;
    width: 14px;
    height: 9px;
    background: #fee298;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

#krusty .head .cheek-left
{
    top: 76px;
    left: 53px;
    width: 11px;
    height: 11px;
    background: #fee298;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .cheek-left-inner
{
    top: 77px;
    left: 54px;
    width: 8px;
    height: 11px;
    background: #fee298;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .cheek-line
{
    top: 95px;
    left: 114px;
    width: 4px;
    height: 9px;
    border-left: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#krusty .head .tooth
{
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#krusty .head .tooth1
{
    top: 90px;
    left: 55px;
    width: 10px;
    height: 10px;
}

#krusty .head .tooth2
{
    top: 93px;
    left: 61px;
    width: 14px;
    height: 11px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

#krusty .head .tooth3
{
    top: 96px;
    left: 73px;
    width: 16px;
    height: 11px;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

#krusty .head .tooth4
{
    top: 98px;
    left: 89px;
    width: 14px;
    height: 11px;
}

#krusty .head .tooth5
{
    top: 96px;
    left: 100px;
    width: 13px;
    height: 11px;
}

#triangle {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 200px solid yellow;
	position: absolute;
	top: 160px;
	left: 100px;
}

#square {
	width: 110px;
	height: 290px;
	background: red;
	top: 160px;
	left: 350px;
	position: absolute;
}
#shadowB{
    width:90px;
    height: 95px;
    background: rgba(13,13,13,1);
    background: -moz-linear-gradient(left, rgba(13,13,13,1) 0%, rgba(13,13,13,0.96) 5%, rgba(23,23,23,0.93) 9%, rgba(33,33,33,0.81) 24%, rgba(0,0,0,0.61) 49%, rgba(44,44,44,0.39) 76%, rgba(56,56,56,0.39) 83%, rgba(69,69,69,0.39) 88%, rgba(33,33,33,0.39) 90%, rgba(59,59,59,0.39) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13,13,13,1)), color-stop(5%, rgba(13,13,13,0.96)), color-stop(9%, rgba(23,23,23,0.93)), color-stop(24%, rgba(33,33,33,0.81)), color-stop(49%, rgba(0,0,0,0.61)), color-stop(76%, rgba(44,44,44,0.39)), color-stop(83%, rgba(56,56,56,0.39)), color-stop(88%, rgba(69,69,69,0.39)), color-stop(90%, rgba(33,33,33,0.39)), color-stop(100%, rgba(59,59,59,0.39)));
    background: -webkit-linear-gradient(left, rgba(13,13,13,1) 0%, rgba(13,13,13,0.96) 5%, rgba(23,23,23,0.93) 9%, rgba(33,33,33,0.81) 24%, rgba(0,0,0,0.61) 49%, rgba(44,44,44,0.39) 76%, rgba(56,56,56,0.39) 83%, rgba(69,69,69,0.39) 88%, rgba(33,33,33,0.39) 90%, rgba(59,59,59,0.39) 100%);
    background: -o-linear-gradient(left, rgba(13,13,13,1) 0%, rgba(13,13,13,0.96) 5%, rgba(23,23,23,0.93) 9%, rgba(33,33,33,0.81) 24%, rgba(0,0,0,0.61) 49%, rgba(44,44,44,0.39) 76%, rgba(56,56,56,0.39) 83%, rgba(69,69,69,0.39) 88%, rgba(33,33,33,0.39) 90%, rgba(59,59,59,0.39) 100%);
    background: -ms-linear-gradient(left, rgba(13,13,13,1) 0%, rgba(13,13,13,0.96) 5%, rgba(23,23,23,0.93) 9%, rgba(33,33,33,0.81) 24%, rgba(0,0,0,0.61) 49%, rgba(44,44,44,0.39) 76%, rgba(56,56,56,0.39) 83%, rgba(69,69,69,0.39) 88%, rgba(33,33,33,0.39) 90%, rgba(59,59,59,0.39) 100%);
    background: linear-gradient(to right, rgba(13,13,13,1) 0%, rgba(13,13,13,0.96) 5%, rgba(23,23,23,0.93) 9%, rgba(33,33,33,0.81) 24%, rgba(0,0,0,0.61) 49%, rgba(44,44,44,0.39) 76%, rgba(56,56,56,0.39) 83%, rgba(69,69,69,0.39) 88%, rgba(33,33,33,0.39) 90%, rgba(59,59,59,0.39) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#3b3b3b', GradientType=1 );
    -webkit-clip-path: polygon(27% 1%, 57% 64%, 100% 100%, 36% 100%, 24% 91%, 0 0);
    clip-path: polygon(27% 1%, 57% 64%, 100% 100%, 36% 100%, 24% 91%, 0 0);
    justify-content: center;
    align-items: center;
    position: absolute;
    filter: blur(60px) brightness(0.95);
    top: 315px;
    left: 210px;
    

}

#bottle {
	width:70px;
	height: 290px;
	background: rgba(30,97,30,1);
    background: -moz-linear-gradient(left, rgba(30,97,30,1) 0%, rgba(75,126,48,1) 44%, rgba(109,148,62,1) 78%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,97,30,1)), color-stop(44%, rgba(75,126,48,1)), color-stop(78%, rgba(109,148,62,1)));
    background: -webkit-linear-gradient(left, rgba(30,97,30,1) 0%, rgba(75,126,48,1) 44%, rgba(109,148,62,1) 78%);
    background: -o-linear-gradient(left, rgba(30,97,30,1) 0%, rgba(75,126,48,1) 44%, rgba(109,148,62,1) 78%);
    background: -ms-linear-gradient(left, rgba(30,97,30,1) 0%, rgba(75,126,48,1) 44%, rgba(109,148,62,1) 78%);
    background: linear-gradient(to right, rgba(30,97,30,1) 0%, rgba(75,126,48,1) 44%, rgba(109,148,62,1) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e611e', endColorstr='#6d943e', GradientType=1 );

    -webkit-clip-path: polygon(0 48%, 31% 29%, 35% 0, 59% 0, 65% 29%, 100% 48%, 100% 70%, 100% 98%, 84% 100%, 15% 100%, 0 98%, 0 71%);
    clip-path: polygon(0 48%, 31% 29%, 35% 0, 59% 0, 65% 29%, 100% 48%, 100% 70%, 100% 98%, 84% 100%, 15% 100%, 0 98%, 0 71%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 130px;
    left: 250px;

}
#tag{
    width: 70px;
    height: 160px;
    background: rgba(198,217,143,1);
    background: -moz-linear-gradient(left, rgba(198,217,143,1) 0%, rgba(198,217,143,1) 28%, rgba(210,223,156,1) 44%, rgba(250,246,203,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(198,217,143,1)), color-stop(28%, rgba(198,217,143,1)), color-stop(44%, rgba(210,223,156,1)), color-stop(100%, rgba(250,246,203,1)));
    background: -webkit-linear-gradient(left, rgba(198,217,143,1) 0%, rgba(198,217,143,1) 28%, rgba(210,223,156,1) 44%, rgba(250,246,203,1) 100%);
    background: -o-linear-gradient(left, rgba(198,217,143,1) 0%, rgba(198,217,143,1) 28%, rgba(210,223,156,1) 44%, rgba(250,246,203,1) 100%);
    background: -ms-linear-gradient(left, rgba(198,217,143,1) 0%, rgba(198,217,143,1) 28%, rgba(210,223,156,1) 44%, rgba(250,246,203,1) 100%);
    background: linear-gradient(to right, rgba(198,217,143,1) 0%, rgba(198,217,143,1) 28%, rgba(210,223,156,1) 44%, rgba(250,246,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6d98f', endColorstr='#faf6cb', GradientType=1 );
    -webkit-clip-path: inset(5% 0 15% 0);
    clip-path: inset(5% 0 15% 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 260px;
    left:250px;
}

#cup1{
    width: 70px;
    height: 80px;
    background: rgba(198,217,143,1);
    background: rgba(243,226,199,1);
    background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(13%, rgba(193,158,103,0.89)), color-stop(45%, rgba(182,141,76,0.63)), color-stop(67%, rgba(233,212,179,0.45)), color-stop(100%, rgba(233,212,179,0.18)));
    background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
    clip-path: polygon(50% 0%, 91% 0%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 7% 0%);
    -webkit-clip-path: polygon(50% 0%, 91% 0%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 7% 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 310px;
    left:460px;
}
#cup2{
    width: 70px;
    height: 80px;
    background: rgba(198,217,143,1);
    background: rgba(243,226,199,1);
    background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(13%, rgba(193,158,103,0.89)), color-stop(45%, rgba(182,141,76,0.63)), color-stop(67%, rgba(233,212,179,0.45)), color-stop(100%, rgba(233,212,179,0.18)));
    background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,0.89) 13%, rgba(182,141,76,0.63) 45%, rgba(233,212,179,0.45) 67%, rgba(233,212,179,0.18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
    clip-path: polygon(50% 0%, 91% 0%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 7% 0%);
    -webkit-clip-path: polygon(50% 0%, 91% 0%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 7% 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 320px;
    left:390px;

}

#water1{
   width: 50px;
   height: 50px;
   background: rgba(252,234,187,1);
   background: -moz-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(11%, rgba(252,205,77,0.95)), color-stop(22%, rgba(252,205,77,0.89)), color-stop(31%, rgba(252,205,77,0.85)), color-stop(51%, rgba(248,181,0,0.76)), color-stop(69%, rgba(251,200,60,0.67)), color-stop(74%, rgba(252,205,77,0.67)), color-stop(100%, rgba(251,223,147,0.67)));
   background: -webkit-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: -o-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: -ms-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: linear-gradient(to right, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
   -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 43%, 75% 100%, 25% 100%, 0 44%, 0 0);
   clip-path: polygon(50% 0%, 100% 0, 100% 43%, 75% 100%, 25% 100%, 0 44%, 0 0);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 345px;
   left:400px;
}


#water2{
   width: 50px;
   height:50px;
   background: rgba(252,234,187,1);
   background: -moz-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(11%, rgba(252,205,77,0.95)), color-stop(22%, rgba(252,205,77,0.89)), color-stop(31%, rgba(252,205,77,0.85)), color-stop(51%, rgba(248,181,0,0.76)), color-stop(69%, rgba(251,200,60,0.67)), color-stop(74%, rgba(252,205,77,0.67)), color-stop(100%, rgba(251,223,147,0.67)));
   background: -webkit-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: -o-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: -ms-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   background: linear-gradient(to right, rgba(252,234,187,1) 0%, rgba(252,205,77,0.95) 11%, rgba(252,205,77,0.89) 22%, rgba(252,205,77,0.85) 31%, rgba(248,181,0,0.76) 51%, rgba(251,200,60,0.67) 69%, rgba(252,205,77,0.67) 74%, rgba(251,223,147,0.67) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
   -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 43%, 75% 100%, 25% 100%, 0 44%, 0 0);
   clip-path: polygon(50% 0%, 100% 0, 100% 43%, 75% 100%, 25% 100%, 0 44%, 0 0);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 330px;
   left:470px;
}

#cup3{
   width: 120px;
   height:30px;
   background: rgba(243,226,199,1);
   background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(35%, rgba(192,232,190,0.86)), color-stop(51%, rgba(182,141,76,0.8)), color-stop(69%, rgba(224,217,206,0.73)), color-stop(100%, rgba(233,212,179,0.61)));
   background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
   -webkit-clip-path: polygon(53% 0, 63% 0, 64% 100%, 54% 100%);
   clip-path: polygon(53% 0, 63% 0, 64% 100%, 54% 100%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 390px;
   left:425px;
}

#cup4{
   width: 120px;
   height:30px;
   background: rgba(243,226,199,1);
   background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(35%, rgba(192,232,190,0.86)), color-stop(51%, rgba(182,141,76,0.8)), color-stop(69%, rgba(224,217,206,0.73)), color-stop(100%, rgba(233,212,179,0.61)));
   background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(192,232,190,0.86) 35%, rgba(182,141,76,0.8) 51%, rgba(224,217,206,0.73) 69%, rgba(233,212,179,0.61) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
   -webkit-clip-path: polygon(53% 0, 63% 0, 64% 100%, 54% 100%);
   clip-path: polygon(53% 0, 63% 0, 64% 100%, 54% 100%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 400px;
   left:355px;
}


#cupS1{
   width: 120px;
   height:40px;
   background: rgba(76,76,76,1);
   background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(28%, rgba(0,0,0,0.83)), color-stop(51%, rgba(31,30,31,0.69)), color-stop(91%, rgba(173,166,173,0.44)), color-stop(100%, rgba(19,19,19,0.39)));
   background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
   -webkit-clip-path: ellipse(27% 10% at 31% 47%);
   clip-path: ellipse(27% 10% at 31% 47%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 415px;
   left:355px;
   filter: blur(60px) brightness(0.95);
}

#cupS2{
   width: 120px;
   height:40px;
   background: rgba(76,76,76,1);
   background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(28%, rgba(0,0,0,0.83)), color-stop(51%, rgba(31,30,31,0.69)), color-stop(91%, rgba(173,166,173,0.44)), color-stop(100%, rgba(19,19,19,0.39)));
   background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
   -webkit-clip-path: ellipse(27% 10% at 31% 47%);
   clip-path: ellipse(27% 10% at 31% 47%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 405px;
   left:425px;
   filter: blur(60px) brightness(0.95);
}


#cupb1{
   width: 90px;
   height:30px;
   background: rgba(75,87,52,1);
   background: -moz-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(75,87,52,1)), color-stop(25%, rgba(191,179,103,0.99)), color-stop(47%, rgba(153,181,76,0.98)), color-stop(74%, rgba(187,196,102,0.97)), color-stop(100%, rgba(219,211,127,0.97)));
   background: -webkit-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: -o-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: -ms-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: linear-gradient(to right, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5734', endColorstr='#dbd37f', GradientType=1 );
   -webkit-clip-path: ellipse(45% 18% at 52% 45%);
   clip-path: ellipse(45% 18% at 52% 45%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 420px;
   left:380px;
}
#cupb2{
   width: 90px;
   height:30px;
   background: rgba(75,87,52,1);
   background: -moz-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(75,87,52,1)), color-stop(25%, rgba(191,179,103,0.99)), color-stop(47%, rgba(153,181,76,0.98)), color-stop(74%, rgba(187,196,102,0.97)), color-stop(100%, rgba(219,211,127,0.97)));
   background: -webkit-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: -o-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: -ms-linear-gradient(left, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   background: linear-gradient(to right, rgba(75,87,52,1) 0%, rgba(191,179,103,0.99) 25%, rgba(153,181,76,0.98) 47%, rgba(187,196,102,0.97) 74%, rgba(219,211,127,0.97) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5734', endColorstr='#dbd37f', GradientType=1 );
   -webkit-clip-path: ellipse(45% 18% at 52% 45%);
   clip-path: ellipse(45% 18% at 52% 45%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 410px;
   left:450px;
}




#cupS3{
   width: 160px;
   height:80px;
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,143,148,1)), color-stop(12%, rgba(89,89,89,0.95)), color-stop(25%, rgba(102,102,102,0.9)), color-stop(78%, rgba(71,71,71,0.68)), color-stop(91%, rgba(28,28,28,0.63)), color-stop(100%, rgba(19,19,19,0.59)));
   background: -webkit-linear-gradient(left, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   background: -o-linear-gradient(left, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   background: -ms-linear-gradient(left, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   background: linear-gradient(to right, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f94', endColorstr='#131313', GradientType=1 );
   -webkit-clip-path: ellipse(27% 10% at 31% 47%);
   clip-path: ellipse(27% 10% at 31% 47%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 395px;
   left:340px;
   filter: blur(60px) brightness(0.95);
}

#cupS4{
   width: 180px;
   height:80px;
   background:
   -webkit-gradient(left top, right top, color-stop(0%, rgba(148,143,148,1)), color-stop(12%, rgba(89,89,89,0.95)), color-stop(25%, rgba(102,102,102,0.9)), color-stop(78%, rgba(71,71,71,0.68)), color-stop(91%, rgba(28,28,28,0.63)), color-stop(100%, rgba(19,19,19,0.59)));
   background: -webkit-linear-gradient(left, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   background: -o-linear-gradient(left, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   background: -ms-linear-gradient(left, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   background: linear-gradient(to right, rgba(148,143,148,1) 0%, rgba(89,89,89,0.95) 12%, rgba(102,102,102,0.9) 25%, rgba(71,71,71,0.68) 78%, rgba(28,28,28,0.63) 91%, rgba(19,19,19,0.59) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948f94', endColorstr='#131313', GradientType=1 );
   -webkit-clip-path: ellipse(27% 10% at 31% 47%);
   clip-path: ellipse(27% 10% at 31% 47%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 385px;
   left:410px;
   opacity: 10%;
   filter: blur(60px) brightness(0.95);
}



#vase1{
   width: 95px;
   height:180px;
   background:background: rgba(145,153,97,1);
   background: -moz-linear-gradient(left, rgba(145,153,97,1) 0%, rgba(155,165,95,1) 16%, rgba(158,168,95,0.58) 20%, rgba(209,230,87,0.58) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(145,153,97,1)), color-stop(16%, rgba(155,165,95,1)), color-stop(20%, rgba(158,168,95,0.58)), color-stop(100%, rgba(209,230,87,0.58)));
   background: -webkit-linear-gradient(left, rgba(145,153,97,1) 0%, rgba(155,165,95,1) 16%, rgba(158,168,95,0.58) 20%, rgba(209,230,87,0.58) 100%);
   background: -o-linear-gradient(left, rgba(145,153,97,1) 0%, rgba(155,165,95,1) 16%, rgba(158,168,95,0.58) 20%, rgba(209,230,87,0.58) 100%);
   background: -ms-linear-gradient(left, rgba(145,153,97,1) 0%, rgba(155,165,95,1) 16%, rgba(158,168,95,0.58) 20%, rgba(209,230,87,0.58) 100%);
   background: linear-gradient(to right, rgba(145,153,97,1) 0%, rgba(155,165,95,1) 16%, rgba(158,168,95,0.58) 20%, rgba(209,230,87,0.58) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919961', endColorstr='#d1e657', GradientType=1 );

   -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 92%, 80% 100%, 20% 100%, 0 93%, 0% 20%);
   clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 92%, 80% 100%, 20% 100%, 0 93%, 0% 20%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 220px;
   left:550px;
   opacity: 10%;
}
#screen{
    width: 600px;
    height: 400px;
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(128,118,93,0.95) 25%, rgba(71,71,71,0.88) 61%, rgba(71,71,71,0.85) 76%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.98)), color-stop(25%, rgba(128,118,93,0.95)), color-stop(61%, rgba(71,71,71,0.88)), color-stop(76%, rgba(71,71,71,0.85)));
    background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(128,118,93,0.95) 25%, rgba(71,71,71,0.88) 61%, rgba(71,71,71,0.85) 76%);
    background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(128,118,93,0.95) 25%, rgba(71,71,71,0.88) 61%, rgba(71,71,71,0.85) 76%);
    background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(128,118,93,0.95) 25%, rgba(71,71,71,0.88) 61%, rgba(71,71,71,0.85) 76%);
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(128,118,93,0.95) 25%, rgba(71,71,71,0.88) 61%, rgba(71,71,71,0.85) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#474747', GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
    
    clip-path: inset(5% 0 15% 0);
    -webkit-clip-path: inset(5% 0 15% 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left:280px;
}

#vases{
 width: 120px;
 height: 80px;
 background: rgba(76,76,76,1);
 background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(28%, rgba(0,0,0,0.83)), color-stop(51%, rgba(31,30,31,0.69)), color-stop(91%, rgba(173,166,173,0.44)), color-stop(100%, rgba(19,19,19,0.39)));
 background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
 background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
 background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
 background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(0,0,0,0.83) 28%, rgba(31,30,31,0.69) 51%, rgba(173,166,173,0.44) 91%, rgba(19,19,19,0.39) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
 -webkit-clip-path: ellipse(27% 10% at 31% 47%);
 clip-path: ellipse(27% 10% at 31% 47%);
 -webkit-clip-path: polygon(9% 0, 55% 0, 100% 100%, 37% 100%);
 clip-path: polygon(9% 0, 55% 0, 100% 100%, 37% 100%);
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top:310px;
 left:510px; 
 filter: blur(60px) brightness(0.95);
}

#stem1{
    width: 120px;
    height: 220px;
    background: rgba(68,102,41,1);
    background: -moz-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(79,94,67,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,102,41,1)), color-stop(100%, rgba(79,94,67,1)));
    background: -webkit-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(79,94,67,1) 100%);
    background: -o-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(79,94,67,1) 100%);
    background: -ms-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(79,94,67,1) 100%);
    background: linear-gradient(to right, rgba(68,102,41,1) 0%, rgba(79,94,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446629', endColorstr='#4f5e43', GradientType=1 );ype=1 );
    -webkit-clip-path: polygon(13% 0, 17% 0, 43% 100%, 39% 100%);
    clip-path: polygon(13% 0, 17% 0, 43% 100%, 39% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:170px;
    left:550px; 
}


#stem2{
    width: 120px;
    height: 220px;
    background: rgba(68,102,41,1);
    background: -moz-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(77,105,55,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,102,41,1)), color-stop(100%, rgba(77,105,55,1)));
    background: -webkit-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(77,105,55,1) 100%);
    background: -o-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(77,105,55,1) 100%);
    background: -ms-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(77,105,55,1) 100%);
    background: linear-gradient(to right, rgba(68,102,41,1) 0%, rgba(77,105,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446629', endColorstr='#4d6937', GradientType=1 );
    -webkit-clip-path: polygon(46% 1%, 50% 1%, 43% 100%, 39% 100%);
    clip-path: polygon(46% 1%, 50% 1%, 43% 100%, 39% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:170px;
    left:560px; 
}

#stem3{
   width: 120px;
   height: 220px;
   background: rgba(68,102,41,1);
   background: -moz-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(90,168,22,1) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,102,41,1)), color-stop(100%, rgba(90,168,22,1)));
   background: -webkit-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(90,168,22,1) 100%);
   background: -o-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(90,168,22,1) 100%);
   background: -ms-linear-gradient(left, rgba(68,102,41,1) 0%, rgba(90,168,22,1) 100%);
   background: linear-gradient(to right, rgba(68,102,41,1) 0%, rgba(90,168,22,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446629', endColorstr='#5aa816', GradientType=1 );
   -webkit-clip-path: polygon(46% 1%, 50% 1%, 27% 100%, 23% 99%);
   clip-path: polygon(46% 1%, 50% 1%, 27% 100%, 23% 99%);
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top:170px;
   left:560px; 
}

#stem4{
    width: 120px;
    height: 220px;
    background: rgba(76,105,52,1);
    background: -moz-linear-gradient(left, rgba(76,105,52,1) 0%, rgba(97,148,55,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,105,52,1)), color-stop(100%, rgba(97,148,55,1)));
    background: -webkit-linear-gradient(left, rgba(76,105,52,1) 0%, rgba(97,148,55,1) 100%);
    background: -o-linear-gradient(left, rgba(76,105,52,1) 0%, rgba(97,148,55,1) 100%);
    background: -ms-linear-gradient(left, rgba(76,105,52,1) 0%, rgba(97,148,55,1) 100%);
    background: linear-gradient(to right, rgba(76,105,52,1) 0%, rgba(97,148,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c6934', endColorstr='#619437', GradientType=1 );
    -webkit-clip-path: polygon(39% 0, 43% 0, 55% 96%, 49% 94%);
    clip-path: polygon(39% 0, 43% 0, 55% 96%, 49% 94%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:170px;
    left:560px; 
}

#stem5{
    width: 120px;
    height: 230px;
    background: rgba(95,133,61,1);
    background: -moz-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(106,166,53,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95,133,61,1)), color-stop(100%, rgba(106,166,53,1)));
    background: -webkit-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(106,166,53,1) 100%);
    background: -o-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(106,166,53,1) 100%);
    background: -ms-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(106,166,53,1) 100%);
    background: linear-gradient(to right, rgba(95,133,61,1) 0%, rgba(106,166,53,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f853d', endColorstr='#6aa635', GradientType=1 );

    -webkit-clip-path: polygon(30% 1%, 35% 0, 43% 98%, 37% 100%);
    clip-path: polygon(30% 1%, 35% 0, 43% 98%, 37% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:160px;
    left:560px; 
}

#stem6{

    width: 130px;
    height: 230px;
    background: rgba(95,133,61,1);
    background: -moz-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(158,184,133,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95,133,61,1)), color-stop(100%, rgba(158,184,133,1)));
    background: -webkit-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(158,184,133,1) 100%);
    background: -o-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(158,184,133,1) 100%);
    background: -ms-linear-gradient(left, rgba(95,133,61,1) 0%, rgba(158,184,133,1) 100%);
    background: linear-gradient(to right, rgba(95,133,61,1) 0%, rgba(158,184,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f853d', endColorstr='#9eb885', GradientType=1 );
    clip-path: polygon(17% 0, 22% 0, 26% 100%, 18% 100%);
    -webkit-clip-path: polygon(17% 0, 22% 0, 26% 100%, 18% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:150px;
    left:560px; 
}

#F1{
    width: 30px;
    height: 40px;
    -webkit-clip-path: polygon(31% 26%, 21% 8%, 35% 0%, 65% 0%, 61% 39%, 86% 8%, 90% 50%, 75% 81%, 65% 100%, 42% 81%, 31% 64%, 10% 50%);
    clip-path: polygon(31% 26%, 21% 8%, 35% 0%, 65% 0%, 61% 39%, 86% 8%, 90% 50%, 75% 81%, 65% 100%, 42% 81%, 31% 64%, 10% 50%);
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(34%, rgba(143,2,34,1)), color-stop(58%, rgba(109,0,25,1)), color-stop(97%, rgba(163,77,97,1)), color-stop(100%, rgba(163,77,97,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a34d61', GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:150px;
    left:552px; 


}
#F2{
    width: 30px;
    height: 20px;
    -webkit-clip-path: polygon(0 27%, 21% 8%, 35% 0%, 65% 0%, 100% 0, 100% 30%, 100% 67%, 75% 81%, 65% 100%, 42% 81%, 31% 64%, 10% 50%);
    clip-path: polygon(0 27%, 21% 8%, 35% 0%, 65% 0%, 100% 0, 100% 30%, 100% 67%, 75% 81%, 65% 100%, 42% 81%, 31% 64%, 10% 50%);
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(34%, rgba(143,2,34,1)), color-stop(58%, rgba(109,0,25,1)), color-stop(97%, rgba(163,77,97,1)), color-stop(100%, rgba(163,77,97,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 34%, rgba(109,0,25,1) 58%, rgba(163,77,97,1) 97%, rgba(163,77,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a34d61', GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:160px;
    left:602px; 
}

#F3{
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(31% 26%, 21% 8%, 35% 0%, 65% 0%, 61% 39%, 86% 8%, 90% 50%, 75% 81%, 65% 100%, 42% 81%, 31% 64%, 10% 50%);
    clip-path: polygon(31% 26%, 21% 8%, 35% 0%, 65% 0%, 61% 39%, 86% 8%, 90% 50%, 75% 81%, 65% 100%, 42% 81%, 31% 64%, 10% 50%);
    background: rgba(153,35,59,1);
    background: -moz-linear-gradient(left, rgba(153,35,59,1) 0%, rgba(224,56,95,0.96) 13%, rgba(163,63,87,0.85) 44%, rgba(168,65,77,0.83) 50%, rgba(191,72,36,0.83) 75%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(153,35,59,1)), color-stop(13%, rgba(224,56,95,0.96)), color-stop(44%, rgba(163,63,87,0.85)), color-stop(50%, rgba(168,65,77,0.83)), color-stop(75%, rgba(191,72,36,0.83)));
    background: -webkit-linear-gradient(left, rgba(153,35,59,1) 0%, rgba(224,56,95,0.96) 13%, rgba(163,63,87,0.85) 44%, rgba(168,65,77,0.83) 50%, rgba(191,72,36,0.83) 75%);
    background: -o-linear-gradient(left, rgba(153,35,59,1) 0%, rgba(224,56,95,0.96) 13%, rgba(163,63,87,0.85) 44%, rgba(168,65,77,0.83) 50%, rgba(191,72,36,0.83) 75%);
    background: -ms-linear-gradient(left, rgba(153,35,59,1) 0%, rgba(224,56,95,0.96) 13%, rgba(163,63,87,0.85) 44%, rgba(168,65,77,0.83) 50%, rgba(191,72,36,0.83) 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:145px;
    left:592px; 
}
#F4{
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(0 27%, 21% 8%, 52% 43%, 100% 0, 100% 30%, 100% 67%, 75% 81%, 65% 100%, 15% 100%, 0 68%);
    clip-path: polygon(0 27%, 21% 8%, 52% 43%, 100% 0, 100% 30%, 100% 67%, 75% 81%, 65% 100%, 15% 100%, 0 68%);
    background: rgba(199,26,63,1);
    background: -moz-linear-gradient(left, rgba(199,26,63,1) 0%, rgba(224,56,95,0.99) 13%, rgba(214,107,133,0.96) 44%, rgba(211,102,120,0.96) 50%, rgba(191,72,36,0.96) 88%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199,26,63,1)), color-stop(13%, rgba(224,56,95,0.99)), color-stop(44%, rgba(214,107,133,0.96)), color-stop(50%, rgba(211,102,120,0.96)), color-stop(88%, rgba(191,72,36,0.96)));
    background: -webkit-linear-gradient(left, rgba(199,26,63,1) 0%, rgba(224,56,95,0.99) 13%, rgba(214,107,133,0.96) 44%, rgba(211,102,120,0.96) 50%, rgba(191,72,36,0.96) 88%);
    background: -o-linear-gradient(left, rgba(199,26,63,1) 0%, rgba(224,56,95,0.99) 13%, rgba(214,107,133,0.96) 44%, rgba(211,102,120,0.96) 50%, rgba(191,72,36,0.96) 88%);
    background: -ms-linear-gradient(left, rgba(199,26,63,1) 0%, rgba(224,56,95,0.99) 13%, rgba(214,107,133,0.96) 44%, rgba(211,102,120,0.96) 50%, rgba(191,72,36,0.96) 88%);
    background: linear-gradient(to right, rgba(199,26,63,1) 0%, rgba(224,56,95,0.99) 13%, rgba(214,107,133,0.96) 44%, rgba(211,102,120,0.96) 50%, rgba(191,72,36,0.96) 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c71a3f', endColorstr='#bf4824', GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:160px;
    left:572px; 
}

#F5{
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(50% 0%, 85% 19%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 85% 19%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:123px;
    left:572px; 
}
#F6{
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(50% 0%, 85% 19%, 100% 75%, 50% 100%, 44% 61%, 0% 25%);
    clip-path: polygon(50% 0%, 85% 19%, 100% 75%, 50% 100%, 44% 61%, 0% 25%);
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(18%, rgba(179,86,107,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(143,2,34,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8f0222', GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:123px;
    left:572px; 
}

#F7{
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(0 27%, 21% 8%, 52% 43%, 100% 0, 100% 30%, 100% 67%, 75% 81%, 65% 100%, 15% 100%, 0 68%);
    clip-path: polygon(0 27%, 21% 8%, 52% 43%, 100% 0, 100% 30%, 100% 67%, 75% 81%, 65% 100%, 15% 100%, 0 68%);
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(18%, rgba(179,86,107,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(143,2,34,1)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(179,86,107,1) 18%, rgba(143,2,34,1) 44%, rgba(143,2,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8f0222', GradientType=1 );
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:160px;
    left:572px; 
}
#F8{
    width: 30px;
    height: 20px;
    -webkit-clip-path: polygon(50% 0%, 46% 50%, 62% 74%, 50% 100%, 4% 71%, 0% 25%);
    clip-path: polygon(50% 0%, 46% 50%, 62% 74%, 50% 100%, 4% 71%, 0% 25%);
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,0.97) 18%, rgba(163,56,81,0.93) 44%, rgba(196,96,71,0.86) 90%, rgba(196,96,71,0.84) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(18%, rgba(179,86,107,0.97)), color-stop(44%, rgba(163,56,81,0.93)), color-stop(90%, rgba(196,96,71,0.86)), color-stop(100%, rgba(196,96,71,0.84)));
    background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,0.97) 18%, rgba(163,56,81,0.93) 44%, rgba(196,96,71,0.86) 90%, rgba(196,96,71,0.84) 100%);
    background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,0.97) 18%, rgba(163,56,81,0.93) 44%, rgba(196,96,71,0.86) 90%, rgba(196,96,71,0.84) 100%);
    background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(179,86,107,0.97) 18%, rgba(163,56,81,0.93) 44%, rgba(196,96,71,0.86) 90%, rgba(196,96,71,0.84) 100%);
    background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(179,86,107,0.97) 18%, rgba(163,56,81,0.93) 44%, rgba(196,96,71,0.86) 90%, rgba(196,96,71,0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#c46047', GradientType=1 );


    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:150px;
    left:602px; 
}
