html, body { padding: 0; margin: 0; width: 100vw; height: 100vh; } #root { height: 100%; display: flex; align-items: center; justify-content: center; }