<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	background:#ffffff;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}#testfont{
	position: absolute;
	visibility: hidden;
}
#gameCanvas {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0; /* 50% will place the game to the left */
	right: 0;/* 50% will place the game to the right */
	top: 0%;/* this control the top postion ( expamle 25%)*/
}</pre></body></html>