  body {
    background-color: #fefefe;
    padding: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
  }
  thead th {
    background-color: #f8f9fa;
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 8px;
  }
  tbody tr {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  tbody tr:hover {
    background-color: #f1f1f1;
  }
  tbody td {
    vertical-align: middle;
    padding: 12px 15px;
    position: relative;
    font-weight: 600;
  }
  .league-link {
    color: black;
    font-weight: 600;
    text-decoration: none;
  }
  .league-link:hover {
    text-decoration: underline;
  }
  .btn-copy {
    background-color: #28a745;
    color: white;
    font-weight: 600;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s;
  }
  .btn-copy:hover {
    background-color: #218838;
  }
  .date {
color: black;
font-weight: 600;

  }