        .mirror-text {
            display: inline-block;
            transform: scaleX(-1);
        }

.image-container {
  position: relative;
  display: inline-block;
}

.googly-eye {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 35px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid black;
  transform-origin: center;
}

.left-eye {
  left: 30px;
}

.right-eye {
  right: 30px;
}

.eye-ball {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
  top: 25%;
  left: 25%;
  transform: translate(00%, -0%);
}

