  .table-layout{
    padding: 20px 3px;
    background: #cccccc4f;
    text-align: center;
    border-radius: 30px;
  }
  .table-layout h1{
    font-size: 25px;
    font-weight: 600;
    color: #10106a;
  }
  .table-container {
      width: 100%;
      margin: auto;
      overflow-x: auto;
      border-radius: 2px;
    }
    table {
      border-collapse: collapse;
      text-align: center;
      width: 100%;
      margin: auto;
      max-width: 1000px;
      background: #fff;
    }

     table th, table td {
      border: 1px solid #f5a623; /* orange border */
      padding: 10px;
      vertical-align: middle;
    }

    table th {
      font-size: 16px;
      font-weight: bold;
      padding: 12px;
    }

    table td {
      font-size: 14px;
      color: #222;
      line-height: 1.4em;
    }

    /* Bigger bold numbers */
    .big {
      font-size: 22px;
      font-weight: bold;
      display: block;
      color: #1a1a1a;
    }

    /* Red highlight */
    .highlight {
      color: #e74c3c;
    }

    /* Date column styling */
    .date-cell {
      font-weight: bold;
      font-size: 14px;
      line-height: 1.5em;
    }
