body {
  background-color: #f2b2d4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.genio {
  position: relative;
  margin-bottom: 50px;
}
.cabeza {
  width: 80px;
  height: 80px;
  background-color: #f389d9;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 
  
}
.ojo {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 25px;
}

.ojo::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}

.ojo.izq {
  left: 20px;
}

.ojo.der {
  right: 20px;
}

.boca {
  width: 30px;
  height: 15px;
  border-bottom: 3px solid black;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.cuerpo {
  width: 100px;
  height: 120px;
  background-color: #ff61d7;
  border-radius: 50% 50% 40% 40%;
  margin: -10px auto 0;
}
.brazos {
  width: 160px;
  height: 40px;
  background-color: #ff61d7;
  border-radius: 20px;
  position: absolute;
  top: 60px;
  left: 20px;
}
.cola {
  position: absolute;
  bottom: 80px;
  left: 150px;
}
.burbuja {
  background-color: #d78fc5;
  border-radius: 50%;
  position: absolute;
  opacity: 0.9;
}
.b1 {
  width: 10px;
  height: 10px;
  right: -85px;
  bottom: -51px;
  position: absolute;
}

.b2 {
  width: 15px;
  height: 15px;
  right: -79px;
  bottom: -35px;
  position: absolute;
}

.b3 {
  width: 20px;
  height: 20px;
  right: -65px;
  bottom: -23px;
  position: absolute;
}

.b4 {
  width: 25px;
  height: 25px;
  right: -44px;
  bottom: -12px;
  position: absolute;
}

.b5 {
  width: 30px;
  height: 30px;
  right: -19px;
  bottom: 2px;
  position: absolute;
}

.lampara {
  position: relative;
  width: 200px;
  height: 60px;
  background-color: gold;
  border-radius: 50% 50% 30% 30%;
  border: 2px solid black;
}

.lampara .base {
  width: 200px;
  height: 60px;
  background-color: gold;
  border-radius: 50% 50% 30% 30%;
}

.lampara .cuello {
  width: 80px;
  height: 40px;
  background-color: gold;
  margin: -5px auto;
  border-radius: 10px;
  border: 2px solid black;
}
.lampara .pico {
  width: 0;
  height: 0;
  border-left: 50px solid gold;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  right: -30px;
  top: 10px;
}

