#frame1 {
  position: absolute;
  top: 175px;
  left: 15px;
  height: 45px;
  width: 70px;
  border: 7px solid black;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  z-index: 3;
}

#frame2 {
  position: absolute;
  top: 175px;
  right: 15px;
  height: 45px;
  width: 70px;
  border: 7px solid black;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  z-index: 3;
}

#bridge {
  position: absolute;
  top: 175px;
  left: 95px;
  height: 50px;
  width: 50px;
  border-top: 12px solid #c0c0c0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: 2;
}

#head {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -180px -120px;
  background: #fff2f4;
  width: 240px;
  height: 380px;
  border-radius: 100px;
  box-shadow: inset 0px 0px 0px 12px #421010;
}

#hair1 {
  position: absolute;
  background-color: #421010;
  height: 180px;
  width: 180px;
  right: -30px;
  top: -20px;
  border-top-left-radius: 150%;
  border-top-right-radius: 400%;
  border-bottom-left-radius: 400%;
  z-index: 1;
}

#hair2 {
  position: absolute;
  background-color: #421010;
  height: 140px;
  width: 70px;
  left: -30px;
  top: 0px;
  border-top-left-radius: 400%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 400%;
  z-index: 2;
}

#hair3 {
  position: absolute;
  background-color: #421010;
  height: 120px;
  width: 200px;
  left: 20px;
  top: -30px;
  border-radius: 200%;
}

#hair4 {
  position: absolute;
  background-color: #421010;
  height: 340px;
  width: 300px;
  left: -30px;
  top: 0px;
  border-top-right-radius: 150%;
  border-top-left-radius: 150%;
  border-bottom-right-radius:200%;
  border-bottom-left-radius: 200%;
  z-index: -4;
}

#hair5 {
  position: absolute;
  border-bottom: 90px solid #421010;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 210px;
  left: -15px;
  bottom: 60px;
  z-index: -4;
}

#nose {
  position: absolute;
  border-bottom: 90px solid #ffb2b2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 20px;
  left: 100px;
  top: 160px;
}

#lear {
  position: absolute;
  background-color: #fff2f4;
  width: 30px;
  height: 90px;
  top: 160px;
  left: -20px;
  border-top-left-radius: 50%;
  border-top-right-radius: 70%;
  border-bottom-left-radius: 80%;
  z-index: -3;
}

#rear {
  position: absolute;
  background-color: #fff2f4;
  width: 30px;
  height: 90px;
  top: 160px;
  right: -20px;
  border-top-left-radius: 70%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 80%;
  z-index: -3;
}

#lbrow {
  position: absolute;
  background-color: #421010;
  width: 70px;
  height: 15px;
  top: 160px;
  left: 20px;
  z-index: 2;
}

#rbrow {
  position: absolute;
  background-color: #421010;
  width: 70px;
  height: 15px;
  top: 160px;
  right: 20px;
  z-index: 2;
}

#leye {
  position: absolute;
  background-color: white;
  width: 50px;
  height: 40px;
  top: 165px;
  left: 30px;
  border-radius: 100px/50px;
  box-shadow: 0px 3px 0px 2px grey;
}

#reye {
  position: absolute;
  background-color: white;
  width: 50px;
  height: 40px;
  top: 165px;
  right: 30px;
  border-radius: 100px/50px;
  box-shadow: 0px 3px 0px 2px grey;
}

#lpupil {
  position: absolute;
  background-color: black;
  width: 25px;
  height: 25px;
  top: 170px;
  left: 45px;
  border-radius: 100%;
  transition: left 400ms;
}

#rpupil {
  position: absolute;
  background-color: black;
  width: 25px;
  height: 25px;
  top: 170px;
  right: 45px;
  border-radius: 100%;
  transition: right 400ms;
}

#lburn {
  position: absolute;
  background-color: #421010;
  bottom: 50px;
  left: 5px;
  width: 45px;
  height: 100px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 60px;
}

#rburn {
  position: absolute;
  background-color: #421010;
  bottom: 50px;
  right: 5px;
  width: 45px;
  height: 100px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 60px;
}

#lstache {
  position: absolute;
  background-color: #421010;
  bottom: 80px;
  left: 59px;
  width: 60px;
  height: 30px;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

#rstache {
  position: absolute;
  background-color: #421010;
  bottom: 80px;
  right: 59px;
  width: 60px;
  height: 30px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

#beard1 {
  position: absolute;
  background-color: #421010;
  bottom: 10px;
  left: 20px;
  width: 200px;
  height: 50px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

#beard2 {
  position: absolute;
  background-color: #fff2f4;
  bottom: 40px;
  left: 50px;
  width: 140px;
  height: 40px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%; 
}

#beard3 {
  position: absolute;
  bottom: 50px;
  left: 100px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #421010;
  border-radius: 100%;
}