/* Global styles - Material UI handles most of the styling */ html, body { margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden; } #root { width: 100%; height: 100%; display: flex; flex-direction: column; }