body {
  background-color: #c6afe9;
  margin: 0;
  overflow: hidden;
}

.ctn {
  position: absolute;
  margin: auto;
  top: 30px;
  bottom: 0;
  right: 0;
  left: -50px;
  width: 360px;
  height: 360px;
}

@media (min-height: 720px) and (min-width: 720px) {
  .ctn {
    transform: scale(2);
  }
}

.hat-back {
  position: absolute;
  background-color: #5500d4;
  border: 3px solid #9847cf;
  width: 170px;
  height: 40px;
  border-radius: 50%;
  left: 45px;
  top: 65px;
  transform: rotate(-15deg);
}

.hat-front {
  position: absolute;
  background-color: #5500d4;
  border-radius: 100%;
  width: 100px;
  height: 5px;
  left: 82px;
  top: 72px;
  transform: rotate(-15deg);
}

.hat-front:after {
  content: "";
  position: absolute;
  border-top: 3px solid #9847cf;
  border-radius: 100%;
  width: 110px;
  height: 15px;
  left: -3px;
  top: 10px;
  box-shadow: 0px -7px 0 6px #5500d4;
}

.hat-cone {
  position: absolute;
  border-bottom: 70px solid #5500d4;
  border-left: 33px solid transparent;
  border-right: 35px solid transparent;
  width: 50px;
  height: 0;
  left: 65px;
  top: 15px;
  transform: rotate(-18deg);
}

.hat-cone div:nth-child(1) {
  position: absolute;
  background-color: #5500d4;
  border-radius: 100% 100% 0 0;
  width: 50px;
  height: 50px;
  left: -0px;
  top: -21px;
  transform: rotate(-24deg);
}

.hat-cone-bg {
  position: absolute;
  border-bottom: 70px solid #9847cf;
  border-left: 33px solid transparent;
  border-right: 35px solid transparent;
  width: 58px;
  height: 0;
  left: 61px;
  top: 15px;
  transform: rotate(-18deg);
}

.hat-cone-bg div:nth-child(n) {
  position: absolute;
  background-color: #9847cf;
  border-radius: 100% 100% 0 0;
  width: 56px;
  height: 56px;
  left: 1px;
  top: -25px;
}

.hat-droop {
  position: absolute;
  border-top: 50px solid #5500d4;
  border-right: 50px solid transparent;
  width: 0;
  height: 0;
  left: 75px;
  top: 9px;
  transform: rotate(22deg) skewX(-20deg);
}

.hat-droop-bg {
  position: absolute;
  border-top: 62px solid #9847cf;
  border-right: 62px solid transparent;
  width: 0;
  height: 0;
  left: 70px;
  top: 5px;
}

.hat-strap {
  position: absolute;
  border-bottom: 20px solid #ffe680;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 94px;
  height: 0;
  left: 72px;
  top: 57px;
  transform: rotate(-18deg);
}

.hat-strap:after {
  content: "";
  position: absolute;
  border-top: 1px solid #ffe680;
  border-radius: 100%;
  width: 86px;
  height: 20px;
  left: 4px;
  top: 1px;
  box-shadow: 0px -8px 0 5px #ffe680;
}

.head {
  position: absolute;
  background-color: #ffe6d5;
  border: 3px solid #ffccaa;
  width: 93px;
  height: 93px;
  border-radius: 45%;
  left: 98px;
  top: 77px;
}

.eye {
  position: absolute;
  background: linear-gradient(to bottom, #1a1a1a, #2875e8);
  border: 3px solid #1a1a1a;
  border-radius: 100%;
  width: 9px;
  height: 17px;
  left: 130px;
  top: 120px;
}

.eye:after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #1a1a1a, #2875e8);
  border: 3px solid #1a1a1a;
  border-radius: 100%;
  width: 9px;
  height: 17px;
  left: 38px;
  top: -3px;
}

@keyframes twinkle {
  50% {
    transform: scale(0.25) rotate(10deg);
  }
}

.sparkle {
  position: absolute;
  width: 10px;
  height: 20px;
  left: 135px;
  top: 122px;
  animation: twinkle 1.3s linear infinite;
  transform-origin: left center;
}

.sparkle div:nth-child(1) {
  position: absolute;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 12px solid #ffeeaa;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

.sparkle div:nth-child(2) {
  position: absolute;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 12px solid #ffeeaa;
  width: 0;
  height: 0;
  left: 0;
  top: 12px;
}

.sparkle div:nth-child(3) {
  position: absolute;
  border-top: 2px solid transparent;
  border-right: 8px solid #ffeeaa;
  border-bottom: 2px solid transparent;
  width: 0;
  height: 0;
  left: -7px;
  top: 10px;
}

.sparkle div:nth-child(4) {
  position: absolute;
  border-top: 2px solid transparent;
  border-left: 8px solid #ffeeaa;
  border-bottom: 2px solid transparent;
  width: 0;
  height: 0;
  left: 3px;
  top: 10px;
}

.sparkle-right {
  left: 176px;
  top: 122px;
}

.lid {
  position: absolute;
  background-color: #ffe6d5;
  width: 18px;
  height: 15px;
  left: 131px;
  top: 111px;
  transform: rotate(15deg);
}

.lid-right {
  position: absolute;
  background-color: #ffe6d5;
  width: 18px;
  height: 15px;
  left: 168px;
  top: 110px;
  transform: rotate(-15deg);
}

.eyebrow {
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 3px;
  width: 19px;
  height: 4px;
  left: 129px;
  top: 124px;
  transform: rotate(15deg);
}

.eyebrow:after {
  content: "";
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 3px;
  width: 19px;
  height: 4px;
  left: 38px;
  top: -11px;
  transform: rotate(-33deg);
}

.ear {
  position: absolute;
  background-color: #ffe6d5;
  border: 3px solid #1a1a1a;
  border-top: none;
  border-right: none;
  border-radius: 0px 0px 0px 30px;
  width: 6px;
  height: 10px;
  left: 108px;
  top: 128px;
}

.ear:before {
  content: "";
  position: absolute;
  background-color: #ffe6d5;
  border: 3px solid #1a1a1a;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  width: 6px;
  height: 4px;
  left: -3px;
  top: -6px;
}

.mouth {
  position: absolute;
  background-color: #ff8080;
  border: 3px solid #1a1a1a;
  border-radius: 5px 5px 22px 20px;
  width: 14px;
  height: 6px;
  left: 148px;
  top: 152px;
}

.leg {
  position: absolute;
  border-top: 70px solid #9847cf;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  width: 20px;
  height: 0px;
  left: 120px;
  top: 260px;
}

.leg:before {
  content: "";
  position: absolute;
  border-top: 64px solid #d38d5f;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  width: 14px;
  height: 0px;
  left: 0px;
  top: -67px;
}

.leg div:nth-child(1) {
  position: absolute;
  border-top: 6px solid #9847cf;
  width: 20px;
  height: 0px;
  left: 0px;
  top: -46px;
}

.leg div:nth-child(2) {
  position: absolute;
  border-top: 6px solid #9847cf;
  width: 20px;
  height: 0px;
  left: 0px;
  top: -33px;
}

.leg div:nth-child(3) {
  position: absolute;
  border-top: 6px solid #9847cf;
  width: 20px;
  height: 0px;
  left: 0px;
  top: -20px;
}

.leg-right {
  left: 153px;
}

.shoe {
  position: absolute;
  background-color: #1a1a1a;
  border: 3px solid #1a1a1a;
  border-radius: 15px 25px 15px 10px;
  width: 18px;
  height: 8px;
  left: 123px;
  top: 323px;
}

.shoe:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #c6afe9;
  border-right: 5px solid transparent;
  left: 3px;
  top: 8px;
}

.shoe-right {
  left: 156px;
}

.skirt {
  position: absolute;
  border-bottom: 34px solid #1a1a1a;
  border-left: 11px solid transparent;
  border-right: 7px solid transparent;
  width: 49px;
  height: 30px;
  left: 114px;
  top: 200px;
}

.skirt div:nth-child(1) {
  position: absolute;
  background-color: #1a1a1a;
  width: 15px;
  height: 15px;
  left: -12px;
  top: 57px;
  transform: rotate(24deg) skewY(30deg);
}

.skirt div:nth-child(2) {
  position: absolute;
  background-color: #1a1a1a;
  width: 23px;
  height: 20px;
  left: 5px;
  top: 57px;
  transform: rotate(-25deg);
}

.skirt div:nth-child(3) {
  position: absolute;
  background-color: #1a1a1a;
  width: 10px;
  height: 23px;
  left: 27px;
  top: 57px;
  transform: rotate(5deg) skewY(-30deg);
}

.skirt div:nth-child(4) {
  position: absolute;
  background-color: #1a1a1a;
  width: 12px;
  height: 23px;
  left: 37px;
  top: 53px;
  transform: rotate(-30deg) skewY(-25deg);
}

.skirt div:nth-child(5) {
  position: absolute;
  background-color: #1a1a1a;
  width: 12px;
  height: 30px;
  left: 42px;
  top: 40px;
  transform: rotate(-18deg) skewY(40deg);
}

.skirt-bg {
  position: absolute;
  border-bottom-color: #333333;
  width: 55px;
  height: 34px;
  left: 111px;
  top: 197px;
}

.skirt-bg div:nth-child(n) {
  background-color: #333333;
  border: 3px solid #333333;
}

.shirt {
  position: absolute;
  border-top: 54px solid #1a1a1a;
  border-left: 8px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 13px 13px 0px 0px;
  width: 52px;
  height: 30px;
  left: 115px;
  top: 180px;
}

.shirt-bg {
  position: absolute;
  border-top: 60px solid #333333;
  border-left: 8px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 14px 14px 0px 0px;
  width: 58px;
  height: 30px;
  left: 112px;
  top: 178px;
}

.neck {
  position: absolute;
  width: 36px;
  height: 2px;
  border-top: 3px solid #ffccaa;
  background-color: #ffe6d5;
  left: 8px;
  top: -56px;
}

.neck:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #ffccaa;
  border-top: none;
  border-bottom: none;
  background-color: #ffe6d5;
  left: 7px;
  top: -10px;
}

.collar {
  position: absolute;
  width: 15px;
  height: 6px;
  background-color: #ececec;
  border: 3px solid #cccccc;
  border-radius: 0 3px 15px 20px;
  left: 4px;
  top: -54px;
  transform: rotate(15deg);
}

.collar:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 6px;
  background-color: #ececec;
  border: 3px solid #cccccc;
  border-radius: 0 3px 15px 20px;
  left: 17px;
  top: -8px;
  transform: rotate(-29deg) scaleX(-1);
}

.belt {
  position: absolute;
  border: 3px solid #cccccc;
  border-radius: 3px;
  background-color: #ececec;
  width: 55px;
  height: 4px;
  left: 118px;
  top: 234px;
}

.hair-back {
  position: absolute;
  background-color: #ffb380;
  border: 3px solid #ff8080;
  border-radius: 10px;
  width: 80px;
  height: 50px;
  left: 102px;
  top: 150px;
}

.hair-top {
  position: absolute;
  background-color: #ffb380;
  border: 3px solid #ff8080;
  border-radius: 100px 150px 20px 0;
  width: 105px;
  height: 30px;
  left: 85px;
  top: 71px;
  transform: rotate(-15deg);
}

.hair-side {
  position: absolute;
  background-color: #ffb380;
  border: 3px solid #ff8080;
  border-top: none;
  border-left: none;
  border-radius: 8px;
  width: 33px;
  height: 23px;
  left: 95px;
  top: 97px;
  transform: rotate(22deg);
}

.hair-left {
  position: absolute;
  background-color: #ffb380;
  border-radius: 15px;
  width: 25px;
  height: 90px;
  left: 85px;
  top: 95px;
  transform: rotate(5deg);
}

.hair-left div:nth-child(1) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 30%;
  width: 20px;
  height: 65px;
  left: 12px;
  top: 30px;
  transform: rotate(-10deg) skewY(30deg);
}

.hair-left div:nth-child(2) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 30%;
  width: 15px;
  height: 30px;
  left: 14px;
  top: 80px;
  transform: rotate(-10deg) skewY(-50deg);
}

.hair-left div:nth-child(3) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 30%;
  width: 12px;
  height: 30px;
  left: 5px;
  top: 70px;
  transform: skewY(-60deg);
}

.hair-left div:nth-child(4) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 10%;
  width: 20px;
  height: 35px;
  left: -0px;
  top: 60px;
  transform: rotate(8deg) skewY(-20deg);
}

.hair-left-bg {
  position: absolute;
  background-color: #ff8080;
  width: 31px;
  height: 104px;
  left: 82px;
  top: 92px;
}

.hair-left-bg div:nth-child(n) {
  background-color: #ff8080;
  border: 3px solid #ff8080;
}

.bangs {
  position: absolute;
  background-color: #ffb380;
  border-radius: 100px 100px 0 0;
  width: 68px;
  height: 20px;
  left: 129px;
  top: 87px;
  transform: scaleX(-1);
}

.bangs div:nth-child(1) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 25%;
  width: 10px;
  height: 15px;
  left: 0px;
  top: 13px;
  transform: rotate(15deg) skewY(-20deg);
}

.bangs div:nth-child(2) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 25%;
  width: 20px;
  height: 20px;
  left: 9px;
  top: 7px;
  transform: rotate(-20deg) skewY(-20deg);
}

.bangs div:nth-child(3) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 40%;
  width: 20px;
  height: 22px;
  left: 24px;
  top: 10px;
  transform: rotate(15deg) skewY(20deg);
}

.bangs div:nth-child(4) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 20%;
  width: 20px;
  height: 20px;
  left: 35px;
  top: 8px;
  transform: rotate(5deg) skewY(15deg);
}

.bangs div:nth-child(5) {
  position: absolute;
  background-color: #ffb380;
  border-radius: 40%;
  width: 20px;
  height: 20px;
  left: 48px;
  top: 8px;
  transform: rotate(-10deg) skewY(20deg);
}

.bangs-bg {
  background-color: #ff8080;
  position: absolute;
  width: 74px;
  height: 24px;
  left: 126px;
  top: 84px;
}

.bangs-bg div:nth-child(n) {
  background-color: #ff8080;
  border: 3px solid #ff8080;
}

.arm {
  position: absolute;
  left: 100px;
  top: 180px;
}

.upper-arm {
  position: absolute;
  background-color: #1a1a1a;
  width: 41px;
  height: 20px;
  left: 20px;
  top: 0px;
  transform: rotate(35deg);
  transform-origin: left center;
  border-radius: 3px;
}

.upper-arm:before {
  content: "";
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  left: -10px;
  top: 0px;
}

.upper-arm-bg {
  position: absolute;
  background-color: #333333;
  border: 3px solid #333333;
  border-right: none;
  width: 42px;
  height: 20px;
  left: 20px;
  top: -3px;
}

.upper-arm-bg:before {
  position: absolute;
  background-color: #333333;
  border: 3px solid #333333;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  left: -15px;
  top: -3px;
}

.lower-arm {
  position: absolute;
  border-bottom: 50px solid #1a1a1a;
  border-left: 16px solid transparent;
  border-right: 7px solid transparent;
  width: 19px;
  height: 30px;
  left: 35px;
  top: -4px;
  transform: rotate(-85deg);
}

.lower-arm div:nth-child(1) {
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 0 0 0 20%;
  width: 10px;
  height: 10px;
  left: -14px;
  top: 73px;
  transform: rotate(30deg) skewY(-40deg);
}

.lower-arm div:nth-child(2) {
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 20%;
  width: 10px;
  height: 12px;
  left: -5px;
  top: 73px;
  transform: skewY(-24deg);
}

.lower-arm div:nth-child(3) {
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 10%;
  width: 15px;
  height: 10px;
  left: 1px;
  top: 75px;
  transform: rotate(33deg);
}

.lower-arm div:nth-child(4) {
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 10%;
  width: 10px;
  height: 15px;
  left: 17px;
  top: 72px;
  transform: rotate(-25deg) skewY(-20deg);
}

.lower-arm-bg {
  position: absolute;
  border-bottom: 50px solid #333333;
  border-left: 16px solid transparent;
  border-right: 7px solid transparent;
  width: 27px;
  height: 36px;
  left: 31px;
  top: -6px;
}

.lower-arm-bg div:nth-child(n) {
  background-color: #333333;
  border: 3px solid #333333;
}

.hand {
  position: absolute;
  background-color: #ffe6d5;
  border: 3px solid #ffccaa;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 95px;
  top: 20px;
}

.arm-right {
  left: 150px;
}

.pumpkin-handle {
  position: absolute;
  width: 20px;
  height: 40px;
  left: 200px;
  top: 185px;
  border: 5px solid #1a1a1a;
  border-radius: 50%;
}

.pumpkin-handle:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  left: 72px;
  top: -6px;
  border: 5px solid #1a1a1a;
  border-radius: 50%;
}

.pumpkin-bucket {
  position: absolute;
  background-color: #ff9955;
  border: 4px solid #ff7f2a;
  border-radius: 5px 5px 20px 20px;
  width: 80px;
  height: 75px;
  left: 210px;
  top: 175px;
}

.pumpkin-stripe {
  position: absolute;
  background-color: #ff7f2a;
  border-radius: 3px 3px 20px 20px;
  width: 3px;
  height: 75px;
  left: 39px;
  top: 0px;
}

.pumpkin-stripe:before {
  content: "";
  position: absolute;
  background-color: #ff7f2a;
  border-radius: 3px 3px 20px 20px;
  width: 3px;
  height: 75px;
  left: -22px;
  top: 0px;
}

.pumpkin-stripe:after {
  content: "";
  position: absolute;
  background-color: #ff7f2a;
  border-radius: 3px 3px 20px 20px;
  width: 3px;
  height: 75px;
  left: 22px;
  top: 0px;
}

.pumpkin-eye {
  position: absolute;
  width: 16px;
  height: 7px;
  left: 12px;
  top: 22px;
  border: 3px solid #aa4400;
  border-radius: 0px 0px 20px 20px;
  background-color: #ffe680;
  transform: rotate(30deg);
}

.pumpkin-eye-right {
  position: absolute;
  left: 47px;
  top: 22px;
  transform: rotate(-30deg);
}

.pumpkin-mouth {
  position: absolute;
  left: 28px;
  top: 55px;
}

.pumpkin-mouth div:nth-child(1) {
  position: absolute;
  background-color: #ffe680;
  border-radius: 10%;
  width: 7px;
  height: 8px;
  left: -2px;
  top: -3px;
  transform: rotate(30deg) skewY(30deg);
}

.pumpkin-mouth div:nth-child(2) {
  position: absolute;
  background-color: #ffe680;
  border-radius: 15%;
  width: 7px;
  height: 10px;
  left: 4px;
  top: -4px;
  transform: rotate(25deg) skewY(50deg);
}

.pumpkin-mouth div:nth-child(3) {
  position: absolute;
  background-color: #ffe680;
  border-radius: 10%;
  width: 12px;
  height: 10px;
  left: 8px;
  top: -6px;
  transform: rotate(-25deg) skewY(-40deg);
}

.pumpkin-mouth div:nth-child(4) {
  position: absolute;
  background-color: #ffe680;
  border-radius: 10%;
  width: 7px;
  height: 7px;
  left: 17px;
  top: -4px;
  transform: rotate(36deg) skewY(40deg);
}

.pumpkin-mouth-bg {
  left: 25px;
  top: 52px;
}

.pumpkin-mouth-bg div:nth-child(n) {
  background-color: #aa4400;
  border: 3px solid #aa4400;
}

.candy {
  position: absolute;
  width: 75px;
  height: 30px;
  left: 215px;
  top: 150px;
}

.candy-bar {
  position: absolute;
  background-color: #aa4400;
  border: 3px solid #803300;
  border-radius: 3px;
  width: 25px;
  height: 10px;
  left: 5px;
  top: 15px;
  transform: rotate(25deg);
}

.candy-bar:after {
  content: "";
  position: absolute;
  background-color: #d40000;
  border: 3px solid #aa0000;
  border-radius: 3px;
  width: 25px;
  height: 10px;
  left: 15px;
  top: -10px;
  transform: rotate(-60deg);
}

.candy-corn {
  position: absolute;
  background-color: #ffdd55;
  border: 3px solid #ff9955;
  border-radius: 5px;
  width: 15px;
  height: 20px;
  left: 20px;
  top: 10px;
  transform: rotate(-15deg);
}

.candy-ball {
  position: absolute;
  background-color: #66ff00;
  border: 3px solid #55d400;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  left: 50px;
  top: 15px;
}

.text {
  font-family: "Creepster";
  font-size: 30px;
  position: absolute;
  left: 230px;
  top: 25px;
  text-align: center;
}
