body {
	background-color: #232323;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#container {
	max-width :600px;
	margin: 35px auto;	
}

.square {
	width:30%;
	padding-bottom: 30%;
	margin:1.66%;
	float:right;
	background-color: green;
	border-radius: 30%;
	transition: background 0.5s;
	--webkit-transition: background 0.6s;
	--mox-transition: background 0.6s;
}

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

div #message {
	color: black;
	display: inline-block;
	width: 10%;
}

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

.selected {
	color: white;
	background-color: steelblue;
}

#colorDisplay {
	font-size: 200%;
}

button {
	border: none;
	background: none;
	text-transform: uppercase;
	height: 100%;
	font-weight: bold;
	color: steelblue;
	letter-spacing: 1px;
	font-size: inherit;
	outline: none;
}

button:hover {
	color: white;
	background-color:steelblue;
	transition: all 0.4s;
}



