@font-face {
	font-family: GenJyuuGothic;
	src: url(./fonts/GenJyuuGothic-Regular.ttf);
}

@font-face {
	font-family: DFYuanHK;
	src: url(./fonts/DFYuanHK-W7.otf) format("opentype"),
		url(./fonts/DFYuanHK-W7a.TTF) format("truetype");
}

@font-face {
	font-family: MYuenHK;
	src: url(./fonts/MYuenHK-SemiBold.otf) format("opentype"),
		url(./fonts/MYuenHK-SemiBold.ttf) format("truetype");
}

* {
	box-sizing: border-box;
}

canvas {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	canvas {
		margin-top: 8%;
	}
}
