body{
	background: black;
	color: steelblue;
	margin: 0;
	font-family: 'Muli', sans-serif;
}
.container{
	margin: 20px auto;
	max-width: 600px;
}
.square{
	width:30%;
	background: violet;
	margin: 1.66%;
	padding-bottom:30%;
	float:left;
	border-radius: 15%;
	transition: background 0.6s;
	
}
h1{
	color: white;
	text-align: center;
	background: steelblue;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0;
}

.selected{
	background: blue;
	color: white;
}

#stripe{
	background:white;
	text-align: center;
	height: 30px;
}

#message{
	display: inline-block;
	width: 20%;
}

#colordisplay{
	font-size: 200%;
}

#scorebox{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

button{
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	height: 100%;
	font-size: inherit;
	border:none;
	background:none;
	color:steelblue;
	text-transform:uppercase;
	letter-spacing:1px;
	transition: all 0.3s;
	outline: none;
}

button:hover{
	background: steelblue;
	color:white;
}
