@font-face{
	font-family: Sharp;
	src:url("../fonts/Sharp.ttf");
}

@font-face{
	font-family: ForcedSquare;
	src:url("../fonts/ForcedSquare.ttf");
}

*{
	margin:0px;
	padding:0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 1em;
	font-weight: normal;
}

body{
	font-family: Arial;
	background-color: black;
}

html,body{
	width: 100%;
	height: 100%;
}

#game-table{
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
}

#game-cell{
	display: table-cell;
	vertical-align: middle;
}

#viewport{
	margin: auto;
	position: relative;
}

canvas{
	width: 100%;
	height: 100%;
	z-index: 1;
	image-rendering: optimize-speed;
}

a{
	color: white;
}

#ad-container{
	width: 320px;
	height: 50px;
	background-color: black;
	margin: auto;
}
