      body {
          background-image: url("Images_parasite/parasite_lawn\ 1.jpg");
          background-size: cover;
      }
      
      .one,
      .two,
      .three,
      .four,
      .five,
      .six {
          flex: 2;
      }
      
      .onetext,
      .twotext,
      .threetext,
      .fourtext,
      .fivetext,
      .sixtext {
          flex: 4;
      }
      
      .six,
      .sixtext {
          padding-bottom: 150px;
      }
      
      .cast {
          display: flex;
          justify-content: space-between;
          padding-top: 3em;
          align-items: center;
          flex-direction: column;
      }
      
      .cast article:nth-child(even) {
          flex-direction: row-reverse;
      }
      
      .cast article {
          display: flex;
          column-gap: 10%;
          max-width: 1020px;
          padding-top: 8em;
      }
      
      h2 {
          padding-bottom: 20px;
      }
      
      p {
          margin-top: 15px;
      }
      
      .knap {
          cursor: pointer;
      }
      
      .about .knap {
          display: none;
      }
      
      .xtra-text {
          display: none;
      }