<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#game {
	z-index: 10;
	position: relative;
}

#menu {
	position: fixed;
}

@font-face {
	font-family: 'gameFont';
	src: url('../assets/fnt/gamefont_mahjong.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}</pre></body></html>