body {
      margin: 0;
      font-family: sans-serif;
      background-image: url('background.png'); 
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      color: white;
    }

    .container {
      width: 100%;
      height: 100vh;
      overflow: visible;
    }
    .image-overlay {
      content: " ";
      z-index: 10;
      display: block;
      position: absolute;
      height: 20%;
      top: 600px;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }
    .text {
      position: absolute;
      top: 10px;
      left: 10px;
      color: white;
      font-size: 150px;
      z-index: 1;
      opacity: 0.75;
    }
    .text2 {
    position: absolute;
      top: 150px;
      left: 20px;
      color: white;
      font-size: 50px;
      z-index: 1;
      opacity: 0.75;
    }
     .text3 {
    position: absolute;
      top:250px;
      left: 20px;
      color: white;
      font-size: 30px;
      z-index: 1;
      opacity: 0.75;
    }
    .text4 {
    position: absolute;
      top:500px;
      left: 20px;
      color: white;
      font-size: 30px;
      z-index: 1;
      opacity: 0.75;
    }
    .text5 {
    position: absolute;
      top:700px;
      right: 1150px;
      color: white;
      font-size: 30px;
      z-index: 2;
      opacity: 0.75;
    }
    .text6 {
    position: absolute;
      top:700px;
      right: 750px;
      color: white;
      font-size: 30px;
      z-index: 2;
      opacity: 0.75;
    }
    .text7 {
    position: absolute;
      top:700px;
      right: 325px;
      color: white;
      font-size: 30px;
      z-index: 2;
      opacity: 0.75;
    }
    .video-text-container {
    display: flex;
    align-items: flex-start;
    gap: 20px; 
    margin-top: 800px; 
    margin-left: 25px;
  }

  .video-text-container video {
    width: 150px;
    height: auto;
  }

  .video-text-container .text8 {
    max-width: 400px;
    font-size:30px;
    opacity: 0.75;
  }