snowman .body {
  width: 100px;
  height: 100px;
  background: #fefefe;
  box-shadow: -6px -4px 0px rgba(0,0,0,0.1) inset;
  border-radius: 50%;
  position: absolute;
  right:0;left:0;
  margin:-80px auto;
}

snowman .body:before {
  width: 50px;
  height: 50px;
  background: #fefefe;
  box-shadow: -2px 0px 0px rgba(0,0,0,0.1) inset;
  border-radius: 50%;
  display: inline-block;
  content: "";
  position: relative;
  top: -96px;
  left: 23px;
  z-index:30;
}

snowman .body:after {
  width: 80px;
  height: 80px;
  background: #fefefe;
  box-shadow: -3px -2px 0px rgba(0,0,0,0.1) inset;
  border-radius: 50%;
  display: inline-block;
  content: "";
  position: relative;
  top: -101px;
  left: 10px;
}

snowman .body .head {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 20px 4px 0;
  border-color: transparent #FA9A20 transparent transparent;
  content: "";
  position: relative;
  top: -115px;
  display: inline-block;
  left: -25px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  transform: rotate(10deg);
  box-shadow: 0px 22px rgba(0,0,0,0.2) inset;
  z-index:30;
}

snowman .body .head:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2c3e50;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 10px;
  
  animation: snowman-eyes-blink 4s infinite;
  animation-delay: 2s;
  transition: height ease .3s;
}

snowman .body .head:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2c3e50;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 20px;
  
  animation: snowman-eyes-blink 4s infinite;
  animation-delay: 2s;
  transition: height ease .3s;
}

snowman .scarf {
  border-bottom: 10px solid rgb(243, 77, 77);
  border-left: 9px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 52px;
  position: absolute;
  top: -50px;
  z-index: 30;
  left: 25px;
  border-radius: 0px 100% 2px 5px;
}

snowman .scarf:after {
  width: 37px;
  height: 8px;
  -webkit-transform: rotate(86deg);
  -moz-transform: rotate(86deg);
  transform: rotate(86deg);
  background: rgb(243, 77, 77);
  display: inline-block;
  content: "";
  position: absolute;
  top: 17px;
  left: 8px;
  border-radius: 50% 0% 50% 50%;
  box-shadow: -2px 0px rgba(0,0,0,0.1) inset;
}
snowman .left-hand {
  position: absolute;
  top: -15px;
  left: -3px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
  border-bottom: 3px solid rgba(151, 102, 13, 1);
  border-left: 1px solid transparent;
  border-right: 0 solid transparent;
  height: 0;
  width: 18px;
}
snowman .left-hand:before {
  width: 40px;
  left: -41px;
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  transform: rotate(-12deg);
  top: 4px;
  border-bottom: 3px solid rgba(128, 84, 6, 1);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 0;
  z-index:30;
}
snowman .left-hand:after {
  width: 24px;
  left: -44px;
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  transform: rotate(17deg);
  top: 1px;
  border-bottom: 2px solid rgba(128, 84, 6, 1);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 0;
  border-radius: 10px 50% 10% 20%;
}

snowman .right-hand {
  position: absolute;
  top: -15px;
  right: -18px;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  transform: rotate(-12deg);
  border-bottom: 3px solid rgba(151, 102, 13, 1);
  border-right: 1px solid transparent;
  border-left: 0 solid transparent;
  height: 0;
  width: 33px;
}
snowman .right-hand:before {
  width: 40px;
  right: -41px;
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 3px;
  border-bottom: 3px solid rgba(128, 84, 6, 1);
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  height: 0;
  z-index: 30;
}
snowman .right-hand:after {
  width: 24px;
  right: -23px;
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  transform: rotate(-16deg);
  top: -3px;
  border-bottom: 2px solid rgba(128, 84, 6, 1);
  border-right: 1px solid transparent;
  border-lrgy: 1px solid transparent;
  height: 0;
  border-radius: 10px 50% 10% 20%;
}

snowman .hat {
    top: -126px;
    left: 38px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    border-radius: 0;
    z-index: 20;
    border-top: 28px solid rgb(37, 37, 37);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 30px;
    border-bottom: 14px solid rgb(246, 62, 62);
}

snowman .buttons {
  height: 4px;
  width: 4px;
  background: #2c3e50;
  position: absolute;
  border-radius: 50%;
  left: 30px;
  top: -11px;
  z-index: 30;
}

snowman .buttons:before {
  height: 6px;
  width: 6px;
  background: #2c3e50;
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  top: -15px;
  left: 2px;
}

snowman .buttons:after {
  height: 2px;
  width: 2px;
  background: #2c3e50;
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  top: 15px;
  left: 2px;
}

@keyframes snowman-eyes-blink {
  0%, 15% {
    top: -11px;
    height: 4px;
  }
  16%, 100% {
    top: -12px;
    height: 6px;
  }
}