.carousel-overlay {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 25;
}

.carousel-overlay p {
  align-items: center;
  justify-items: center;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-shadow: 3px 3px 6px rgb(0, 0, 0);
}
