@charset "UTF-8";

@font-face
{
  font-family: 'joystix';
  src: url('/fonts/joystix-monospace.ttf') format('truetype');
}

@font-face
{
  font-family: 'mozart';
  src: url('/fonts/Mozart.ttf') format('truetype');
}

@font-face
{
  font-family: 'novem';
  src: url('/fonts/novem.ttf') format('truetype');
}

html
{
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

body
{
  margin: 0;
  font-family: 'novem';
  color: #00cd00;
  background-color: #000;
}

*,
*:before,
*:after
{
  box-sizing: inherit;
}
a
{
  font-family: 'joystix';
  color: #ffff00;
}