@font-face {
	font-family: "pxplus_ibm_biosregular";
	src:
		url('../fonts/pxplus_ibm_bios.woff2') format('woff2'),
		url('../fonts/pxplus_ibm_bios.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	height: 100%;
}

* {
	pointer-events: none;
}

a {
	pointer-events: auto;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	color: white;
}

canvas {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: -9999;
	border: none;
	pointer-events: auto;
}

.content {
	font-family: "pxplus_ibm_biosregular";
	font-smooth: never;
	-webkit-font-smoothing: none;
	padding: 1em;
	display: block;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	color: #ffffff;
	z-index: 1;
}

.icon {
	min-width: 32px;
	max-width: 32px;
	width: 32;
	min-height: 32px;
	max-height: 32px;
	height: 32px;
}

.link {
	font-size: 8;
}