body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1e1e2e;
    color: #cdd6f4;
    padding: 40px;
    margin: 0;
}

h1 {
    color: #89b4fa;
    border-bottom: 2px solid #313244;
    padding-bottom: 10px;
}

table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #252538;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

th, td {
    padding: 12px 15px;
    text-align: left;
}

th {
    background-color: #11111b;
    color: #a6e3a1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

td {
    border-bottom: 1px solid #313244;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background-color: #2f2f45;
}

a {
    color: #f5c2e7;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #b4befe;
}
