html,body{
  background:#0e0e0e;
  color:#fcd5ce;
  margin:0;
  padding:1.25rem;
  font:14px/1.45 'Iosevka', ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
}
a{ color:#9ccfff; text-decoration:none }
a:hover{ color:#c6e2ff; text-decoration:underline }
table{ width:100%; border-collapse:collapse }
th,td{ padding:.25rem .5rem; vertical-align:top }
tr:nth-child(even){ background:#1a1a1a }
pre{ white-space:pre-wrap; word-wrap:break-word; margin:0; font:inherit }
