@font-face {
    font-family: 'Ubuntu Mono Local';
    src: url('fonts/UbuntuMono-Regular.woff2') format('woff2'),
         url('fonts/UbuntuMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    background: black;
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: "Ubuntu Mono", Consolas, "Courier New", monospace;
}

#Matrix {
    visibility: hidden;
}