body {
    font-family: system-ui, sans-serif;
    background: #121212;
    color: #ddd;
    margin: 2rem;
}

h1 {
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0.5rem;
    border-bottom: 1px solid #333;
}

a {
    color: #7ab8ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

tr:hover {
    background: #1d1d1d;
}
