@font-face {
  font-family: "IBM VGA";
  src: url("/~werdl/linux/fonts/IBM VGA 8x16.ttf") format("truetype");
}

body {
  background-color: rgb(28, 0, 35);     /* your background hex */
  color: #BD74FA;                /* your foreground hex */
  font-family: "IBM VGA", monospace;
}

