@charset "utf-8";
body {
	background: #ccc;
}
canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -225px;
	background: #fff;
	box-shadow: 5px 5px 100px #aaa;
}
/* Arabic RTL additions */
body { direction: rtl; }
.game-intro, .above-game, .game-explanation, p, h1, h2, h3, h4, h5, h6 {
    direction: rtl;
    text-align: right;
}
.menu, .instructions, .credits, .help-text, .status-text {
    direction: rtl;
    text-align: right;
}
