html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

body {
  background: #feee9d;
}

* {
  position: absolute;
}

.head {
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fbd671;
}

.face {
  width: 150px;
  height: 170px;
  left: 75px;
  top: 75px;
}

.mouth {
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  background-color: #20184e;
  border-radius: 10px 10px 150px 150px;
  border: 5px solid #20184e;
  overflow: hidden;
}

.tougue {
  width: 100px;
  height: 80px;
  left: 25px;
  top: 30px;
  background-color: #f15962;
  border-radius: 50%;
}

.eye-group {
  width: 150px;
  height: 50px;
  top: 10px;
  left: 0;
}

.eye {
  background-color: #20184e;
  width: 30px;
  height: 50px;
  border-radius: 50%;
}

.eye-left {
  left: 15px;
}

.eye-right {
  right: 15px;
}

.pupil {
  width: 10px;
  height: 15px;
  top: 5px;
  left: 4px;
  background-color: #fbd671;
  border-radius: 50%;
}
