body {
    background-color: #0a0a0f;
    color: #7ec8e3;
    font-family: "Courier New", monospace;
    padding: 20px;
}

a {
    color: #e3d888;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 6px 12px;
}

tr:nth-child(odd) {
    background-color: #12121a;
}

tr:nth-child(even) {
    background-color: #0a0a0f;
}

th {
    background-color: #1a1a2e;
    color: #7ec8e3;
    border-bottom: 1px solid #333;
}