.pumpkin {
  position: absolute;
  background-color:#fc7d00;
  width:500px;
  height: 480px;
  margin-top: 80px;
  border-radius:999px;
  -moz-border-radius:999px;
  -webkit-border-radius:999px;
  z-index:2;
}
.pumpkin:before, .pumpkin:after {
  display: block;
  background-color:#fff;
  width:550px;
  height: 550px;
  position: absolute;
  z-index:2;
  top:-20px;
  left:40px;
  content:" ";
  border-radius:999px;
  -moz-border-radius:999px;
  -webkit-border-radius:999px;
  opacity: 0.15;
  -moz-opacity: 0.15;
  -webkit-opacity: 0.15;
}
.pumpkin:after {
  left: 90px;
  top: -50px;
}
.eyes, .eyes:after, .mouth, .mouth:after {
  background-color: #542e09;
  width:140px;
  height: 140px;
  position: absolute;
  top: 160px;
  left: 180px;
  z-index: 3;
  border-radius:999px;
  -moz-border-radius:999px;
  -webkit-border-radius:999px;
}
.eyes {
  -webkit-box-shadow: 4px -5px 0 #fc7d00;
  -moz-box-shadow: 4px -5px 0 #fc7d00;
  box-shadow: 4px -5px 0 #fc7d00;
}
.eyes:after {
  display: block;
  content: "";
  width: 110px;
  height: 110px;
  top: 10px;
  left: 170px;
  -webkit-box-shadow: 5px -3px 0 #fc7d00;
  -moz-box-shadow: 5px -3px 0 #fc7d00;
  box-shadow: 5px -3px 0 #fc7d00;
}
.mouth {
  top: 300px;
  width: 190px;
  height: 190px;
  left: 250px;
  -webkit-box-shadow: 4px -5px 0 #fc7d00;
  -moz-box-shadow: 4px -5px 0 #fc7d00;
  box-shadow: 4px -5px 0 #fc7d00;
  z-index:2
}
.mouth:after {
  background-color: #ff9f3e;
  content:"";
  width: 280px;
  height: 280px;
  top: -165px;
  left: -55px;
}
.mouth:before {
  content:"";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 110px;
  border-bottom: 35px solid #ff9f3e;
  border-right: 45px solid transparent;
  border-left: 25px solid transparent;
}
.stub, .stub:after {
  background-color: #63a200;
  width: 100px;
  height: 100px;
  border-radius:999px;
  -moz-border-radius:999px;
  -webkit-border-radius:999px;
  position: absolute; 
  top: 30px;
  left: 210px;
  z-index:1
}
.stub:after {
  background-color: #fff;
  content:"";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 60px;
  top: -20px;
  z-index:2;
}
.boo {
  position: absolute;
  font-family:Helvetica, Arial, sans-serif;
  color: #de7309;
  font-size: 100px;
  top: 0;
  left: 0;
  margin: 0;
  letter-spacing: -8px;
}