
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
 
}
   
.poems-container {
  position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    color: white;
    
}
.poems-video {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}


body.video-bg {
  background: black;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}



@media (max-width: 1024px) {
  .poems-container {
      max-width: 95%;
      gap: 20px;
  }
  
  .notes {
      flex-direction: column;
  }
  
  .col {
      width: 100%;
      margin: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  .poems-container {
      margin: 10px;
      padding: 15px;
  }
  
  .note {
      font-size: 10px;
      padding: 8px;
      margin-top: 5%;
  }
}
  
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  object-fit: cover; 
  object-position: center;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); 
  z-index: -1;
}

.video-overlay.warm {
  background: rgba(139, 69, 19, 0.2); 
}

.video-overlay.cool {
  background: rgba(25, 50, 75, 0.3); 
}

.video-overlay.vintage {
  background: rgba(222, 184, 135, 0.25); 
}


body.video-bg {
  background: black; 
}

body.video-bg .box {
  background: rgba(222, 206, 184, 0.95); 
  backdrop-filter: blur(2px); 
}
