*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
	background-color: #232323;
}

h1{
	line-height: 1.1;
	text-align: center;
	font-weight: normal;
	color:white;
	background-color:steelblue;
	padding: 20px 0;
	text-transform: uppercase;
}
h1 span{
	font-size:1.8em;

}

#stripe{
	background-color:white;
	color:steelblue;
	height: 30px;
	text-align:center;
}

#message{
	display: inline-block;
	width: 20%;
}

button{
	border:none;
	background: none;
	color:steelblue;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	font-weight: bold;
	font-size:inherit;
	letter-spacing: 1px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	padding: 0 5px;
	outline:none;
}

button:hover,
.selected{
	background-color: steelblue;
	color:white;
}


#container{
	max-width:600px;
	margin: 20px auto;
}

.square{
	border-radius: 12%;
	width: 30%;
	padding-bottom:30%;
	background-color: purple;
	float: left;
	margin:1.66%;
	transition:background-color 0.3s;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;

}
