@font-face {
	font-family: "IPA-G";
	src: url("../fonts/ipag.ttf") format("truetype");
}

html, body {
	margin: 0;
	padding: 0;
	background: #000;
	height: 100%;
	overflow: hidden;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
}

#stage {
	background: #000;
	image-rendering: pixelated;
}
