


.overlay-text {
  position: absolute;
  bottom: 32px;           
  left: 40px;             
  color: white;
  font-size: 6rem;     
  font-weight: 600;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 1); 
  background-color: rgba(0, 0, 0, 0.3); 
  padding: 10px 20px;
  border-radius: 8px;