  .header::before {
      background: transparent;
  }

  h1 {
      color: #333;
      align-self: center;
      justify-self: center;
      font-size: 60px;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      padding-top: 40px;
      padding-top: 150px;
  }

  .text-event {
      padding-left: 80px;
      padding-right: 80px;
      line-height: 1.8;
      font-size: larger;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      padding-bottom: 40px;
  }

  .hamburger span {
      display: block;
      height: 3px;
      width: 100%;
      background: #333;
      border-radius: 2px;
      transition: 0.3s ease;
  }

  .text-container {
      display: flex;
      gap: 80px;
      text-align: justify;
  }

  .text-event img {
      max-height: 450px;
      width: auto;
  }

  .date-box {
      background-color: #f0f0f0;
      padding: 10px;
      margin: 10px 0;
      display: inline-block;
      border-radius: 10px;
      font-size: 0.9em;
      border: solid rgb(235, 122, 88);
      margin-bottom: 40px;
  }

  .date-uncertainty {
      color: #666;
      font-style: italic;
      font-size: 0.8em;
  }

  .text-event {
      padding-left: 80px;
      padding-right: 80px;
      line-height: 1.8;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      padding-bottom: 40px;
  }

  .text-container {
      display: flex;
      gap: 80px;
      text-align: justify;
  }

  .text-event img {
      max-height: 450px;
      width: auto;
  }

  @media (max-width: 830px) {

      h1 {
          font-size: 7vw;
          font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
          font-weight: 600;
          align-self: center;
          justify-self: center;
          text-align: center;
          text-align: center;
      }

      .text-container {
          display: initial;
          justify-content: center;

      }

      .text-event {
          padding-left: 35px;
          padding-right: 35px;

      }

      .text-event img {
          width: 100%;
          height: auto;
          max-width: 100%;
          display: block;
      }
  }