html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body {
   display: flex;
   justify-content: center;
   font-family: Arial, sans-serif;
}

#gameCanvas {
   background-color: white;
   width: 800px;
   height: 800px;
}