body {
	background-color: #232323;
	margin: 0;
	font-family: "Oswald";
	color: white;
	text-transform: uppercase;
}

/*span {
	color: white;
}*/

.selected {
	color: white;
	background: steelblue;
}

.square {
	width: 30%;
	padding-bottom: 30%;
	float: left;
	margin: 1.66%;
	border-radius: 15%;
}

.square, h1 {
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
}

#square-container {
	margin: 20px auto;
	max-width: 400px;
}

h1 {
	color: white;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	/*text-transform: uppercase;*/
}

#rgb-view {
	font-size: 200%;
}

#guess-view {
	color: black;
	display: inline-block;
	width: 10%;
}

#stripe {
	background: white;
	height: 30px;
	text-align: center;
}

button {
	border: none;
	background: none;
	text-transform: uppercase;
	height: 100%;
	font-weight: 700;
	color: steelblue;
	font-family: "Oswald";
	letter-spacing: 3px;
	font-size: inherit;
	transition: all 0.3s;
}

button:hover {
	color: white;
	background: steelblue;
}