:root{--bg: #000;--fg: #fff;--blue: dodgerblue;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}html,body{height:100%;margin:0;background:var(--bg);color:var(--fg);font-family:var(--mono)}canvas#ascii{position:absolute;top:0;left:0;margin:0;width:100%;height:100%;background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
