/*
 * Squarez style
 * blue : (red: 2, green: 234, blue: 255)
 */



/*
 *TODO make it based on height not width
 * and font size based on width
 */
.square {
	background-color: rgb(0, 255, 0);
	position: relative;
	height: 20vh;
	width: 20vh;
	max-width: 20vw;
	max-height: 20vw;
	text-align: center;
	margin-left: 5px;
    margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100px;
	font-weight: 700;
	padding-left: 0px;
	padding-right: 0px;
	/*disable double tap to zoom for phone use below
	 */
	touch-action: manipulation;
	white-space: nowrap;
}

.squareRow {
	text-align: center;
}

#homepage, #instructions, #index {
	background-color: black;
}

a, h1, h2, h3, p, li{
	color: rgb(2, 234, 255);
}

.clock {
	background-color: rgb(2, 234, 255);
	text-align: center;
	height:50px;
	font-size: 40px;
}

#fullGame {
	text-align: center;
}

img {
	width: 100%;
	max-width: 600px;
}

h3 {
	font-size: 35px;
}

nav * {
	font-size: 35px;
	color: rgb(0, 255, 0);
}
