
body {
  margin: 0;
  background: #e9e4d8;
}

.canvas {
  position: relative;
  width: 420px;
  height: 260px;
  margin: 60px auto;
}

.body {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 140px;
  height: 120px;
  background: #7a4a24;
  border-top-left-radius: 110px;
}

.ass {
  position: absolute;
  right: 40px;
  bottom: 160px;
  width: 130px;
  height: 100px;
  width: 30%;
  height: 25%;
  background: #1f7a7a;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.tail-top {position: absolute;
  right: 10px;
  bottom: 260px;
  width: 120px;
  height: 120px;
   width: 10%;
  height: 15%;
  background: #1f7a7a;
  margin-right: auto;
  border-top-left-radius: 110px;
}

.tail-bottom {
  position: absolute;
  right: 10px;
  bottom: 210px;
  width: 120px;
  height: 120px;
  width: 10%;
  height: 15%;
  background: #c64a1a;
  margin-left: auto;
  border-bottom-right-radius: 60px;
}

.head {
  position: absolute;
  left: 80px;
  bottom: 70px;
  width: 160px;
  height: 80px;
  background: #e3a321;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.eye {
  position: absolute;
  top: 28px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
}

.eye::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  width: 4px;
  height: 16px;
  background: #000;
  border-radius: 2px;
}

.eye.left {
  left: 30px;
}

.eye.right {
  right: 30px;
}

.nose {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #000;
}

.ear {
  position: absolute;
  width: 50px;
  height: 50px;
}

.ear.left {
  left: 80px;
  bottom: 150px;
  background: #c64a1a;
  border-top-right-radius: 50px;
}

.ear.right {
  left: 190px;
  bottom: 150px;
  background: #2e8b57;
  border-top-left-radius: 50px;
}

.foot.left {
  position: absolute;
  left: 90px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: #2e8b57;
  border-top-left-radius: 40px;
}

.foot.right {
  position: absolute;
  left: 190px;
  bottom: 30px;
  width: 42px;
  height: 42px;
  background: #c64a1a;
  border-top-left-radius: 40px;
}
