
@font-face {
  font-family: 'matrix-code';
  src: url('matrix-font/matrix-code.eot?#iefix') format('embedded-opentype'), 
       url('matrix-font/matrix-code.woff') format('woff'), 
       url('matrix-font/matrix-code.ttf')  format('truetype'),
       url('matrix-font/matrix-code.svg#svgFontName') format('svg');
}

html, body {
    -webkit-font-smoothing: antialiased;
    font: normal 12px/14px "Carrois Gothic", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    color: #fff;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
}

body {
  background: black;
}
