* { margin:0; padding:0; } /* to remove the top and left whitespace */

html, body { width:100%; height:100%; overflow:hidden; background-color:#000000; } /* just to be sure these are full screen */

canvas { display:block; } /* display: to remove the scrollbars */

canvas.game { width:1780; height:1000; background-color:#000000; }