body {
  background: #48bde6;
}
.box {
  position: relative;
  margin: auto;
  display: block;
  margin-top: 8%;
  width: 600px;
  height: 420px;
  background: none;
  border: 3px solid #958100;
}
.head {
  position: absolute;
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  background: #95cb30;
  border: 2px solid #86b62b;
  border-radius: 50%;
  z-index: 1;
}
.head.copy {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #95cb30;
  border-radius: 50%;
  z-index: 2;
}
.left-ear {
  position: absolute;
  width: 20%;
  height: 30%;
  top: 1%;
  left: 18%;
  background: #aaa375;
  -webkit-clip-path: polygon(49% 29%, 18% 100%, 73% 100%);
  clip-path: polygon(49% 29%, 18% 100%, 73% 100%);
  transform: rotate(-15deg);
}
.right-ear {
  position: absolute;
  width: 20%;
  height: 30%;
  top: 1%;
  right: 18%;
  background: #aaa375;
  -webkit-clip-path: polygon(49% 29%, 18% 100%, 73% 100%);
  clip-path: polygon(49% 29%, 18% 100%, 73% 100%);
  transform: rotate(15deg);
}
.eye {
  position: absolute;
  width: 50%;
  height: 55%;
  top: 15%;
  left: 25%;
  background: #f4f4dc;
  border: 2px solid #86b62b;
  border-radius: 50%;
  z-index: 3;
}
.eye-2 {
  position: absolute;
  width: 50%;
  height: 55%;
  top: 15%;
  left: 25%;
  background: #149369;
  border: 2px solid #86b62b;
  border-radius: 50%;
  z-index: 4;
}
.pupil {
  position: absolute;
  width: 50%;
  height: 55%;
  top: 20%;
  left: 25%;
  background: #030202;
  border-radius: 50%;
  z-index: 5;
}
.mouth {
  position: absolute;
  width: 50%;
  height: 15%;
  top: 70%;
  left: 25%;
  border-bottom: 10px solid #485016;
  border-radius: 100%;
  z-index: 3;
}