    /* Embedded YouTube Video */
    .video-container {
        width: 90%;
        max-width: 800px;
        margin: 2rem auto;
        aspect-ratio: 16 / 9; /* Maintains 16:9 ratio in modern browsers */
      }
  
      .video-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
      }