@font-face {
    font-family: 'IBM-VGA8x16';
    src: url('fonts/IBM_VGA_8x16.woff') format('woff'); 
}

html {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #000;
	font-family: 'IBM-VGA8x16', "Sans Serrif";
}

.log {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	white-space: pre-wrap;
}
