body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f6f6f6;
}

.body {
  position: relative;
  width: 170px;
  margin: 150px auto 0 auto;
}

.head {
  position: relative;
  z-index: 1;
  height: 350px;
  border: 5px solid #000;
  background: #B0BCC9;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  box-shadow: inset -5px -5px 0 2px rgba(0,0,0,0.2),
}

.antena {
  position: absolute;
  top: -112px;
  left: 50%;
  margin-left: -17px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 113px solid #000;
  z-index: 1;
}
.antena:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -115px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 100px solid #B0BCC9;
  z-index: 2;
}
.point {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -11px;
  width: 14px;
  height: 14px;
  background: #B0BCC9;
  border: 4px solid #000;
  border-radius: 50%;
  z-index: 4;
  box-shadow: inset 2px 2px 0 2px rgba(255,250,196,0.3);
}
.point:before {
  content: "";
  display: block;
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -30px;
  width: 50px;
  height: 30px;
  background: #B0BCC9;
  border: 5px solid #000;
  border-radius: 50%;
  box-shadow: inset 2px 2px 0 2px rgba(255,250,196,0.3);
}

.eyes {
  position: absolute;
  top: 115px;
  left: -40px;
  right: -40px;
  height: 100px;
  border: 5px solid #000;
  border-radius: 60px;
  background: #B0BCC9;
  z-index: 1;
  box-shadow: inset -12px 0 0 0 rgba(0,0,0,0.2),
    inset 12px 0 0 0 rgba(255,250,196,0.3);
}
.eyes:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 80px;
  border-radius: 40px;
  background: #000;
  z-index: 2;
}
.eyes:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -60px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #000;
  z-index: 4;
}
.eye {
  position: relative;
  z-index: 2;
  float: left;
  top: 11px;
  left: 25px;
  height: 74px;
  width: 84px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
}
.eye:last-child {
  float: right;
  left: auto;
  right: 25px;
  box-shadow: inset -5px -5px 0 2px rgba(0,0,0,0.05);
}

.iris {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 2px;
  right: 0;
  width: 14px;
  height: 14px;
  margin: -7px auto 0 auto;
  background: #000;
}

.mouth {
  position: absolute;
  top: 250px;
  right: 5px;
  left: 5px;
  height: 60px;
  border: 5px solid #000;
  border-radius: 40px;
  background-color: #fff;
  background-image: linear-gradient(to right, #000 2px, transparent 1px), 
    linear-gradient(to bottom, #000 2px, transparent 1px);
  background-size: 22px 50px, 10px 25px;
  background-repeat: repeat;
  background-position: center;
}