        body {
            background-color: #f4f7f6;
        }

        .nav-link:hover {
            color: yellow;
        }


        /* Table Card Container */
        .standings-container {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            margin-top: 40px;
            overflow: hidden;
        }

        .table-header {
            background-color: #2c3e50;
            color: white;
            padding: 15px;
            font-weight: 600;
            text-align: center;
        }

        /* Table Specifics */
        .table thead {
            background-color: #212529;
            color: #fff;
        }

        .table th {
            font-size: 0.85rem;
            text-transform: uppercase;
            padding: 12px;
        }

        .table td {
            font-size: 0.9rem;
            vertical-align: middle;
            padding: 10px;
        }

     

        .team-logo {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            object-fit: contain;
        }

        /* Buttons */
        .btn-auth {
            font-weight: 600;
            font-size: 0.85rem;
            border-radius: 6px;
        }

        .navbar .nav-link {
            transition: 0.3s;
        }

        .navbar .nav-link:hover {
            color: #ffc107 !important;
          
        }