* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.container {
  width: 400px;
  height: 400px;
}

.container .hair {
  position: absolute;
  background: #a3a3cd;
  width: 376px;
  height: 356px;
  -webkit-clip-path: polygon(29% 92%, 13% 94%, 20% 82%, 5% 78%, 18% 68%, 3% 53%, 18% 48%, 1% 24%, 25% 29%, 20% 0%, 45% 19%, 62% 0%, 63% 24%, 91% 18%, 80% 43%, 99% 51%, 99% 51%, 81% 61%, 94% 71%, 83% 77%, 90% 91%, 76% 91%, 77% 99%, 69% 96%);
          clip-path: polygon(29% 92%, 13% 94%, 20% 82%, 5% 78%, 18% 68%, 3% 53%, 18% 48%, 1% 24%, 25% 29%, 20% 0%, 45% 19%, 62% 0%, 63% 24%, 91% 18%, 80% 43%, 99% 51%, 99% 51%, 81% 61%, 94% 71%, 83% 77%, 90% 91%, 76% 91%, 77% 99%, 69% 96%);
  margin-left: 3px;
  margin-top: 2px;
  background-color: #000;
}

.container .hair::before {
  position: absolute;
  content: '';
  width: 352px;
  height: 332px;
  background: #a3a3cd;
  -webkit-clip-path: polygon(29% 92%, 13% 94%, 20% 82%, 5% 78%, 18% 68%, 3% 53%, 18% 48%, 1% 24%, 25% 29%, 20% 0%, 45% 19%, 62% 0%, 63% 24%, 91% 18%, 80% 43%, 99% 51%, 99% 51%, 81% 61%, 94% 71%, 83% 77%, 90% 91%, 76% 91%, 77% 99%, 69% 96%);
          clip-path: polygon(29% 92%, 13% 94%, 20% 82%, 5% 78%, 18% 68%, 3% 53%, 18% 48%, 1% 24%, 25% 29%, 20% 0%, 45% 19%, 62% 0%, 63% 24%, 91% 18%, 80% 43%, 99% 51%, 99% 51%, 81% 61%, 94% 71%, 83% 77%, 90% 91%, 76% 91%, 77% 99%, 69% 96%);
  margin-left: 11px;
  margin-top: 14px;
}

.container .hair .risk {
  position: absolute;
  width: 55px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .hair .risk:nth-child(1) {
  top: 130px;
  left: 30px;
  -webkit-transform: rotate(51deg);
          transform: rotate(51deg);
}

.container .hair .risk:nth-child(1) div:nth-child(1) {
  background: #000;
  width: 30px;
  height: 100%;
  border-radius: 5px;
}

.container .hair .risk:nth-child(1) div:nth-child(2) {
  background: #000;
  width: 14px;
  height: 100%;
  border-radius: 5px;
}

.container .hair .risk:nth-child(2) {
  top: 79px;
  left: 76px;
  -webkit-transform: rotate(79deg);
          transform: rotate(79deg);
}

.container .hair .risk:nth-child(2) div:nth-child(1) {
  background: #000;
  width: 14px;
  height: 100%;
  border-radius: 5px;
}

.container .hair .risk:nth-child(2) div:nth-child(2) {
  background: #000;
  width: 30px;
  height: 100%;
  border-radius: 5px;
}

.container .ears {
  position: absolute;
  width: 222px;
  height: 60px;
  left: 50%;
  top: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .ears .ear {
  background-color: #fed5b3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid #000;
}

.container .head {
  position: absolute;
  width: 180px;
  height: 296px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 30px;
  margin-left: -10px;
}

.container .head .head-internal {
  position: absolute;
  width: 180px;
  height: 296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .head .head-internal .forehead {
  width: 100%;
  height: 45px;
  z-index: 1;
  overflow: hidden;
}

.container .head .head-internal .forehead .internal {
  width: 64px;
  height: 9px;
  margin-left: 54px;
  margin-top: 32px;
  overflow: hidden;
}

.container .head .head-internal .forehead .internal .big {
  position: relative;
  width: 111px;
  height: 32px;
  border-radius: 50%;
  top: -23px;
  left: -23px;
}

.container .head .head-internal .forehead .internal .big-1 {
  background-color: #000;
}

.container .head .head-internal .forehead .internal .big-2 {
  background-color: #fed5b3;
  top: -57px;
}

.container .head .head-internal .forehead .internal .small {
  position: relative;
  background-color: #fed5b3;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  top: -59px;
  left: 43px;
}

.container .head .head-internal .eyebrow {
  width: 100%;
  height: 25px;
  z-index: 3;
  margin-top: 6px;
}

.container .head .head-internal .eyebrow .internal {
  position: absolute;
  width: 136px;
  height: 25px;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .head .head-internal .eyebrow .internal div {
  position: absolute;
  width: 35px;
  height: 15px;
  border-radius: 90px;
  -webkit-box-shadow: 0px 0px 0px 3px #000000;
          box-shadow: 0px 0px 0px 3px #000000;
}

.container .head .head-internal .eyebrow .internal div::after {
  content: '';
  position: absolute;
  background-color: #a3a3cd;
  width: 12px;
  height: 15px;
  left: -4px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(1) {
  background-color: #a3a3cd;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  top: 6px;
  left: 3px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(1)::after {
  visibility: hidden;
}

.container .head .head-internal .eyebrow .internal div:nth-child(2) {
  background-color: #a3a3cd;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  top: 7px;
  left: 23px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(2)::after {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  top: -0.5px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(3) {
  background-color: #a3a3cd;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  top: 6.8px;
  left: 43px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(3)::after {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  top: -0.3px;
  height: 15.1px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(4) {
  background-color: #a3a3cd;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  top: 5.5px;
  left: 61px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(4)::after {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  top: -0.6px;
  height: 15.3px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(5) {
  background-color: #a3a3cd;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  top: 4px;
  left: 84px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(5)::after {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  top: 0.1px;
  height: 15.2px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(6) {
  background-color: #a3a3cd;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  top: 4.5px;
  left: 104px;
  width: 30px;
}

.container .head .head-internal .eyebrow .internal div:nth-child(6)::after {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  top: 1px;
  height: 15px;
}

.container .head .head-internal .eyes {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 8px;
  z-index: 2;
  overflow: hidden;
}

.container .head .head-internal .eyes .hidden {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.container .head .head-internal .eyes .hidden-1 {
  position: absolute;
  left: 28px;
  top: 55px;
  background-color: #fed5b3;
}

.container .head .head-internal .eyes .hidden-2 {
  position: absolute;
  left: 108px;
  top: 55px;
  background-color: #fed5b3;
}

.container .head .head-internal .eyes .eye {
  background-color: #fed5b3;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #000;
  overflow: hidden;
}

.container .head .head-internal .eyes .eye .internal {
  position: relative;
  background-color: #fff;
  width: 120px;
  height: 65px;
  border-radius: 50%;
  margin-top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 3px solid #000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container .head .head-internal .eyes .eye .internal .circle {
  background-color: #000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: -6px;
}

.container .head .head-internal .inferiorToTheEyes {
  width: 92%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-left: 50%;
  margin-top: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.container .head .head-internal .inferiorToTheEyes .darkCircles-1 {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.container .head .head-internal .inferiorToTheEyes .darkCircles-2 {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.container .head .head-internal .inferiorToTheEyes .darkCircles {
  width: 57px;
  height: 43px;
  border-radius: 50%;
  border: 3px solid #000;
  margin-top: -33px;
}

.container .head .head-internal .inferiorToTheEyes .darkCircles::after {
  content: '';
  position: absolute;
  background-color: #fed5b3;
  width: 60px;
  height: 40px;
  margin-top: -10px;
  margin-left: -5px;
}

.container .head .head-internal .inferiorToTheEyes .nose {
  width: 25px;
  height: 100%;
  border: 4px solid #000;
  border-top: none;
  border-bottom-left-radius: 48%;
  border-bottom-right-radius: 48%;
}

.container .head .head-internal .mouth {
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 33px;
}

.container .head .head-internal .mouth .internal {
  background: #000;
  width: 110px;
  height: 40px;
  border-radius: 50%;
}

.container .head .head-internal .mouth .internal div:nth-child(1),
.container .head .head-internal .mouth .internal div:nth-child(3) {
  background-color: #fed5b3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.container .head .head-internal .mouth .internal div:nth-child(1) {
  margin-left: -8px;
  margin-top: 2px;
}

.container .head .head-internal .mouth .internal div:nth-child(3) {
  margin-left: 98px;
  margin-top: -42px;
}

.container .head .head-internal .mouth .internal div:nth-child(2) {
  background-color: #fed5b3;
  width: 104px;
  height: 40px;
  margin-left: 3px;
  margin-top: -19px;
  border-radius: 50%;
}

.container .head .top {
  position: absolute;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.container .head .top::after {
  content: '';
  position: absolute;
  background: #fed5b3;
  width: 180px;
  height: 296px;
  border-top-left-radius: 45% 35%;
  border-top-right-radius: 54% 35%;
  -webkit-box-shadow: inset 0px 0px 0px 6px #000;
          box-shadow: inset 0px 0px 0px 6px #000;
}

.container .head .bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  overflow: hidden;
}

.container .head .bottom::after {
  content: '';
  position: absolute;
  background: #fed5b3;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50% 79%;
  border-bottom-right-radius: 48% 79%;
  -webkit-box-shadow: inset 0px 0px 0px 6px #000;
          box-shadow: inset 0px 0px 0px 6px #000;
}

.container .head .middle {
  position: absolute;
  background-color: #fed5b3;
  width: 168px;
  height: 20px;
  top: 50%;
  left: 6px;
}
/*# sourceMappingURL=style.css.map */