a:link {
color: var(--text);
text-decoration: none;
}

a:visited {
color: var(--text);
}

body {
background: var(--background);
color: var(--text);
font-family: monospace;
font-size: 140%;
}

pre {
white-space: pre-wrap;
word-wrap: break-word;
}
