html, body {
	width: 100%;
	height: 100%;
}

html,
body, #gameContainer {
	background: #0D0D0D !important;
}

#gameContainer {
	margin-top: 100px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

canvas {
	border: 7px solid white;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -150px;
}