.Square {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	font-family: Verdana;
	color: blue;
}
input {
	color: blue;

}
body {
	text-align: center;
	background: #33ccff;
}
