html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f5e134;
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 330px;
}

.background .bottom {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #bcf0fd;
  z-index: 2;
}

.cat {
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
}

.eyes {
  display: block;
  position: absolute;
  top: 25%;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.eye {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 4px solid #fff;
  border-top: 0;
}

.eye::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.eye::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #fff;
}

.left-eye {
  left: 80px;
  transform: rotate(20deg);
}

.left-eye::after {
  left: 18px;
  transform: rotate(20deg);
}

.left-eye::before {
  top: 13px;
  left: 32px;
}

.right-eye {
  right: 80px;
  transform: rotate(-20deg);
}

.right-eye::after {
  right: 15px;
}

.right-eye::before {
  top: 20px;
  right: 10px;
}

.ear {
  position: absolute;
  top: -50px;
  width: 150px;
  height: 300px;
  background-color: #000;
}

.left-ear {
  left: 0;
  transform: rotate(-20deg);
  border-radius: 70% 30% 0% 0% / 100% 100% 0% 0%;
}

.right-ear {
  right: 0;
  transform: rotate(20deg);
  border-radius: 30% 70% 0% 0% / 100% 100% 0% 0%;
}

.fur {
  background-color: #000;
}

.hair {
  position: absolute;
  background-color: inherit;
}

.hair-1 {
  left: 0;
  bottom: 50%;
  width: 20px;
  height: 40px;
  transform: rotate(-25deg);
}

.hair-2 {
  left: 10px;
  bottom: 55%;
  width: 10px;
  height: 40px;
  transform: rotate(-50deg);
}
.hair-2::before {
  display: block;
  position: absolute;
  left: 0px;
  top: -5px;
  content: '';
  background-color: #f5e134;
  width: 5px;
  height: 13px;
  transform: rotate(40deg);
}

.hair-3 {
  right: 15px;
  bottom: 60%;
  width: 70px;
  height: 70px;
  transform: rotate(-50deg);
  border-radius: 10px;
  z-index: 0;
}


.hair-4 {
  left: 0;
  bottom: 50%;
  width: 20px;
  height: 40px;
  transform: rotate(-25deg);
}

.hair-5 {
  right: 10px;
  bottom: 55%;
  width: 10px;
  height: 40px;
  transform: rotate(-50deg);
}

.hair-6 {
  right: 15px;
  bottom: 60%;
  width: 70px;
  height: 70px;
  transform: rotate(-50deg);
  border-radius: 10px;
  z-index: 0;
}

.hair-7 {
  top: 0;
  left: 50%;
  width: 25px;
  height: 25px;
}
