html, body {
    margin: auto;
    padding: auto;
    font-family: "Poppins", sans-serif;
    background: rgb(12, 12, 12) url('../../public/images/piwonie.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

/* 📌 Nagłówek Księgi Gości */
.zapowiedz-header {
    margin-top: 80px; /* Jeśli menu ma pozycję fixed */
    text-align: center;
    padding: 20px 0;
}
.zapowiedz-title {
    font-family: 'Great Vibes', cursive;
    font-size: 4em;
    color: #4a3e2c;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.video-wrapper {
  background: rgba(255, 255, 255, 0.85); /* przezroczyste białe tło */
  border-radius: 20px;
  padding: 20px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.video-contol {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.qr-section {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.qr-section h2 {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2em, 5vw, 3em);
  margin-bottom: 20px;
  color: #4a3e2c;
}
.qr-section img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.qr-section2 {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.qr-section2 h2 {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2em, 5vw, 3em);
  margin-bottom: 20px;
  color: #4a3e2c;
}
.qr-section2 img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}