body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

#container {
    background-color: #000000;
    color: #e5e7eb;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    color: #e5e7eb;
}

img {
    width: 100%;
    max-width: 56rem;
}

table {
    padding: 2rem 0;
}

th,
td {
    width: 12rem;
}

th {
    padding-bottom: 0.25rem;
    font-size: 12px;
}

td {
    font-family: monospace;
    font-size: 14px;
}

#header {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

#data {
    max-width: 36rem;
    margin: auto;
}

.center {
    text-align: center;
}