.image-overlay {
  position: absolute;
  text-align: absolute;
}

.image-overlay p {
  position: center;
  bottom: 0%;
  left: 0%;
  transform: translate(13%, -150%);
  color: white; /* Set the text color */
  font-size: 35px; /* Set the font size */
  font-weight: bold; /* Set the font weight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add a text shadow */
}
