body {
	background-color: #111;
	color: #efefef;	
}

h1 {
	font-size: 54px;
	color: orange;
	margin: 25px 0;
	text-align: center;
	letter-spacing: 16px;
	text-transform: uppercase;
}

.board {
	width: 800px;
	height: 480px;
	margin: 20px auto;
}

#game_canvas {
	background-color: black;
	width: 800px;
	height: 480px;
	border: 2px solid orange;
}

.comment
{
	margin: 25px auto;
	width: 800px;
	text-align: center;
	font-size: 24px;
	color: orange;
}

a{
	text-decoration: none;
	color: white;
}

.pomysl{
	font-size: 16px;
}