body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin: 20px;
}

h1, h2 {
    text-align: center;
    color: #222;
}

.table-container {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

th, td {
    border: 2px solid #000;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

th {
    background-color: #dddddd;
}

/* RARETÉ */
tr.legendary td {
    background-color: #fff59d;
}

tr.epic td {
    background-color: #e6d6ff;
}

/* TABLEAUX SPÉCIFIQUES */
.table-craft th {
    background-color: #cce0ff;
}

.table-matrix th {
    background-color: #d6f5d6;
}

td:first-child {
    font-size: 1.2em;
}
