symb   {color: DarkTurquoise;}
built-in {color: orange}
keyword  {color: lawngreen;}
number   {color: lawngreen;}
special  {color: yellow}
str   {color: hotpink;}
com  {color: gainsboro; font-style: italic;}
cons {color: orange;}

.janet {background-color: #161f27;}

/* .code is just the playground */
code, .code  {
  display: block;
  overflow-x: auto;
  padding: 1em;
  color: DarkTurquoise;
  background-color: #161f27;
}