.overlay-text {
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: white;
  font-family: 'Playfair Display', serif;
}

.overlay-text h1 {
  font-size: 48px;
  font-weight: 600;
}

.overlay-text p {
  font-size: 18px;
  margin: 5px 0;
}

.overlay-text .btn {
  display: inline-block;
  margin-top: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid white;
}
