.bunny-icon {
  height: 294px;
  width: 260px;
  position: absolute;
  transform: scale(0.5);
  bottom: -40px;
  right: -30px;
}
.bunny-icon .egg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 199px;
  width: 165px;
}
.bunny-icon .egg:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #81c3bf;
  border-radius: 50%;
}
.bunny-icon .egg:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 126px;
  height: 188px;
  background: #FBCED3;
  border-top-left-radius: 50% 58%;
  border-top-right-radius: 50% 58%;
  border-bottom-left-radius: 50% 40%;
  border-bottom-right-radius: 50% 40%;
  background-image: radial-gradient(#ef4154 3px, transparent 0), radial-gradient(#ef4154 5px, transparent 0);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  z-index: 5;
}
.bunny-icon .bunny {
  position: absolute;
  top: 0;
  left: 0;
  height: 195px;
  width: 204px;
}
.bunny-icon .bunny .head {
  width: 88px;
  height: 80px;
  transform: rotate(-45deg);
  position: absolute;
  top: 70px;
  right: 20px;
}
.bunny-icon .bunny .head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.bunny-icon .bunny .head .ears {
  position: absolute;
  top: -80px;
  left: 0px;
  width: 90px;
  height: 100px;
  z-index: 1;
}
@keyframes ear-left-animation {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
@keyframes ear-right-animation {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
.bunny-icon .bunny .head .ears .ear {
  height: 100%;
  width: 45px;
  background-color: #fff;
  border-radius: 50%;
}
.bunny-icon .bunny .head .ears .ear:before {
  content: "";
  display: block;
  height: 70px;
  width: 30px;
  background-color: #FBCED3;
  border-radius: 50%;
}
.bunny-icon .bunny .head .ears .ear-left {
  position: absolute;
  top: 11px;
  left: 0px;
  transform: rotate(-30deg);
  animation: ear-left-animation 0.7s linear 0s infinite alternate;
  transform-origin: center bottom;
}
.bunny-icon .bunny .head .ears .ear-left:before {
  position: absolute;
  top: 20px;
  left: 7px;
}
.bunny-icon .bunny .head .ears .ear-right {
  position: absolute;
  top: 11px;
  right: 0px;
  transform: rotate(30deg);
  animation: ear-right-animation 0.7s linear 0s infinite alternate;
  transform-origin: center bottom;
}
.bunny-icon .bunny .head .ears .ear-right:before {
  position: absolute;
  top: 20px;
  left: 7px;
}
.bunny-icon .bunny .head .face {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 50px;
  height: 60px;
  margin: auto;
  z-index: 4;
}
.bunny-icon .bunny .head .face .eyes {
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  height: 16px;
}
.bunny-icon .bunny .head .face .eyes:before, .bunny-icon .bunny .head .face .eyes:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #4B4B4B;
  border-radius: 50%;
  border: 1px solid black;
  box-sizing: border-box;
}
.bunny-icon .bunny .head .face .eyes:before {
  position: absolute;
  top: 0px;
  left: 0;
}
.bunny-icon .bunny .head .face .eyes:after {
  position: absolute;
  top: 0px;
  right: 0;
}
.bunny-icon .bunny .head .face .nose {
  width: 14px;
  height: 7px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
}
.bunny-icon .bunny .head .face .nose:before, .bunny-icon .bunny .head .face .nose:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.bunny-icon .bunny .head .face .nose:before {
  position: absolute;
  top: 0px;
  left: 0;
  border: 7px solid transparent;
  border-top: 7px solid black;
}
.bunny-icon .bunny .head .face .nose:after {
  position: absolute;
  top: 1px;
  left: 2px;
  border: 5px solid transparent;
  border-top: 5px solid #4B4B4B;
}
.bunny-icon .bunny .head .face .mouth {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  width: 2px;
  height: 32px;
  margin: auto;
  width: 15px;
  height: 32px;
  margin: auto;
  border-bottom: 2px solid black;
  border-radius: 10px;
}
.bunny-icon .bunny .head .face .mouth:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 2px;
  height: 7px;
  margin: auto;
  background-color: black;
}
.bunny-icon .bunny .head .face .blush {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 6px;
}
.bunny-icon .bunny .head .face .blush:before, .bunny-icon .bunny .head .face .blush:after {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  background-color: #FBCED3;
  border-radius: 50%;
}
.bunny-icon .bunny .head .face .blush:before {
  position: absolute;
  top: 0;
  left: 0;
}
.bunny-icon .bunny .head .face .blush:after {
  position: absolute;
  top: 0;
  right: 0;
}
.bunny-icon .bunny .paws {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.bunny-icon .bunny .paws:before, .bunny-icon .bunny .paws:after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.bunny-icon .bunny .paws:before {
  position: absolute;
  top: 87px;
  right: 0;
}
.bunny-icon .bunny .paws:after {
  position: absolute;
  right: 58px;
  bottom: 10px;
  transform: rotate(90deg);
}
