@font-face {
  font-family: vtFont;
  src: url(/VT323-Regular.ttf);
}

body {
    background: #000;
    color: #fff;
    font-family: vtFont, monospace;
    font-size: 1.4em;
    padding: 1em;
}

a, a:visited {
    color: #00ff00;
}

h1 {
    margin-bottom: 2em;
}

code {
    color: yellow;
    font-size: 0.9em;
}

