.u-section-1 .u-sheet-1 {
  min-height: 500px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 31px auto 0;
}

.u-section-1 .u-text-2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}.u-section-2 .u-sheet-1 {
  min-height: 282px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 37px auto 0;
}

.u-section-2 .u-table-1 {
  margin-top: 37px;
  margin-bottom: 50px;
}

.u-block-4edf-9 {
  font-weight: 700;
  background-image: none;
}

.u-section-2 .u-table-cell-1 {
  font-weight: 700;
}

.u-section-2 .u-table-cell-2 {
  font-weight: 700;
}

.u-section-2 .u-table-cell-3 {
  font-weight: 700;
}.u-section-3 .u-sheet-1 {
  min-height: 494px;
}

.u-section-3 .u-text-1 {
  font-weight: 700;
  margin: 16px auto 0;
}

.u-section-3 .u-table-1 {
  margin-top: 16px;
  margin-bottom: 60px;
}

.u-block-96ef-9 {
  font-weight: 700;
  background-image: none;
}

.u-section-3 .u-table-cell-1 {
  font-weight: 700;
}

.u-section-3 .u-table-cell-2 {
  font-weight: 700;
}

  .fun {
            box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
            border-top: 1px solid white;
        }

        /* Make the header fixed at the top */
        .u-header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: #ffffff; /* You can change this to match your design */
        }

        /* Ensure the content doesn't get hidden under the fixed header */
        body {
            padding-top: 80px; /* Adjust this value based on the height of your header */
        }
    header h1 {
      margin: 0;
      font-size: 2.5rem;
    }
    .container {
      max-width: 1100px;
      margin: 2rem auto;
      padding: 2rem;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    h2 {
      color: #2c3e50;
    }
    p {
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 1.5rem;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 0.8rem;
      text-align: left;
    }
    th {
      background-color: #2c3e50;
      color: #fff;
    }
    tr:nth-child(even) {
      background-color: #f2f2f2;
    }