body { margin: 0; height: 100%; width: 100%; } #container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; width: 100%; } #game { border: 1px solid black; image-rendering: crisp-edges; image-rendering: pixelated; } #resources { display: none; } .pixelify-sans-regular { font-family: "Pixelify Sans", sans-serif; font-optical-sizing: auto; font-weight: 600; font-style: normal; }