body, html
{
	overflow: hidden;
}
	
canvas
{
	width:100%; 
	height:100%;
}

.game-container
{
	width: 90%;
	margin: auto;
}