@import url('fonts/gamerglyphs/gamerglyphs.css');

.gameTable{

	display: block;
	margin: auto;
	width: 95%;
	position: relative;
	padding-bottom: 100%;
	height: 0;
	background-image: conic-gradient(at 0% 0%, #d60270 0deg 90deg, #9b4f96 135deg, #0038a8 180deg);

}

.gameBoard{

	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;

}
