html, body {
	margin: 0px;
}

@font-face {
	font-family: 'bbt437';
	src: url(bbt437.woff2);
}

* {
	font-family: 'bbt437';
	color: whitesmoke;
	font-size: large;
}

