body {
	font-family: sans-serif;
	font-size: 100%;
	text-align: center;
}

h1 {
	font-size: 4em;
}

.buttons {
	margin-bottom: 10px;
}

.maze-grid table {
	border-collapse: collapse;
	margin: 4px;
	margin-left: auto;
	margin-right: auto;
}

div.maze-grid td {
	border: 1px solid black;
	width: 20px;
	height: 20px;
	font-size: 3em;
}

footer {
	font-size: small;
}