

.overlay {
  background: linear-gradient(rgba(79, 76, 85, 0.5), rgba(10, 50, 91, 0.9));
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  position: relative;
}
 
.cover-title {
  font-family: "Great Vibes", cursive;
  font-size: 3.5rem;
  color: #fff;
}

.subtitle {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #f5f5f5;
}

.btn-custom {
  background: linear-gradient(to right, rgb(176, 128, 70), rgb(91, 82, 10));
  color: #d7ded9;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.btn-custom:hover {
  background: #e4e4e4;
  color: #3b4c42;
}

.invitation-text {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #fdfdfd;
}

.guest-name {
  font-weight: 600;
  color: #fff;
}

.konten {
  z-index: 4;
  position: relative;
}

.bottom-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
