

body {
    display: flex;
    
    height: 100vh;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #343541; /* ChatGPT dark background */
    color: #ececf1;      /* ChatGPT text color */
}

table {
    width: 100%;
    height: 100vh;
}

a {
color: white;
}

td {
text-align: left;
}