body{
	background: #232323;
	margin: 0 auto;
	font-family: sans-serif;
	font-weight: 200;
	
}
h1{
	margin: 0;
	background: white;
	/*font-size: 50px;*/
	font-stretch: 2px;
	text-align: center;
	color: steelblue;

}
.shadow{
	text-shadow: 0px 1px 3px rgba(255,255,255,0.6);
	text-shadow: 1px 0px 3px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 1px rgba(255,255,255,0.6);
	text-shadow: -1px 0px 1px rgba(255,255,255,0.6);
	color:black;
	/*text-shadow: 1px 2px rgba(180,255,255,0.3);
	text-shadow: -1px 2px rgba(180,255,255,0.3);
	text-shadow: 0px -1px rgba(180,255,255,0.3);
*/}

#container{

	width: 600px;
	margin:30px auto;

}
#display{
	font-size: 1.6em;

}

#message{
	color: white;
	width: 22%;
	display: inline-block;
}

#stripe{
	margin: 0 auto;
	background: steelblue;
	text-align: center;;
}
.square {
	background: rgb(100,100,100);
	width: 30%;
	padding-bottom: 30%;
	float: left;
	margin: 1.66%;
	border-radius: 15%;
	transition: .5s;
}
button, #message{
	/*line-height: 1.5%;*/
	font-family: sans-serif;
	font-size:90%;
	margin:none;
	border: none;
	text-transform: uppercase;
	padding: none;
	outline:none;
	background: none;
	color: white;
	font-style: bold;
	font-weight: 800;
	height: 100%;
	letter-spacing: 1px;
	transition: all 0.3s;

}
.selected, button:hover{
	background: white;
	color: steelblue;
}


#footer {
	text-align: center;
	color: rgba(129, 129, 129, 0.8);
}
#footer span{
	font-style: italic;
}