* {
    box-sizing: border-box;
    /* margin: 0;
    padding: 0; */
}

ul {
    list-style-type: none;    
}

.ascii {
    /* */
}

:root {
    --bg: oklch(0% 0 0);
    --ink: oklch(100% 0 0);
}

html {
    background: var(--bg);
    color: var(--ink);
    font-family: Consolas, monospace;
}