body
{
	background: #F6DCD3;
}

canvas
{
	border: 1px solid #885555;
	border-radius: 4px;
	background: #FFF7EF;
}

canvas:focus
{
	outline: none;
}

#gameContainer
{
	display: flex;
	justify-content: center;
}