body {
 background-color: #f0f0f0;
 display: flex;
 justify-content: center;
 align-items: center;
 height:100vh;
 margin:0;
 touch-action: none;
}

#gameCanvas {
 border:1px solid black;
}