body {
	background-color: black;
	color: white;
	font-size: 20pt;
	font-family: 'Titillium Web';font-size: 22px;
	border: 5px solid black;
}


.MWall{
	width :10px;
	height:10px;
	background-color-color: black;
}
.ESpace{
	width :10px;
	height:10px;
	background-color:yellow;
}

#divmaze {
height: 400px;
width: 400px;
background-color: yellow;
clear: both;

}

button {
float: left;
margin-left: 200px;
margin-bottom: 20px;
}


#canvas {
background-color: pink;
float: left;
height: 400px;
width: 400px;
margin-left: 4%%;
}