* { margin: 0; padding: 0; } body { text-align: center; overflow: hidden; height: 100vh; width: 100vw; } #sumo-app-entry-point { background-color: #fff; display: flex; height: 100vh; width: 100wh; box-sizing: border-box; align-items: center; justify-content: center; } canvas { background-color: #d8c590; image-rendering: pixelated; }