body {
	background-color: #232323;
	margin: 0;
	font-family: "Arial", "Montserrat", "Avenir";
}

/* The container controls the size of the box that contains the squares */
#container {
	width: 50%;
	margin: 0 auto;
}

.square {
	width: 30%;
	background: purple;
	/* Square doesn't show up on page so padding added */
	padding-bottom: 30%;
	float: left;
	margin: 1.66%;

}

h1 {
	line-height: 1.1;
	padding: 20px 0;
	color: white;
	margin: 0;
	background-color: #49ba86;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

#winningColour {
	font-size: 200% ;
}

#navMenu {
	background-color: white;
	height: 30px;
	text-align: center;
	color: black;
}

.active {
	background: blue;
}