.moon-info__container {
  width: var(--container-width);
  margin: 0 auto;
}

.moon-info__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 1.4rem;
  padding: 1.2rem 4rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.moon-info__tab h3 {
  font-size: clamp(3rem, 3.5vw, 6.4rem);
  letter-spacing: -0.4px;
  color: #333;
  z-index: 10;
}

.moon-info__tab__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.baby1,
.baby2 {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: black;
}

.baby1 {
  top: 0;
}

.baby2 {
  bottom: 0;
}

#hover-image {
  position: fixed;
  top: 0;
  left: 0;
  background: url(assets/MoonNasa/Photo1.jpg) no-repeat center fixed;
  background-size: contain;
  width: 40%;
  height: 300px !important;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 80;
}