* { margin: 0; padding: 0; box-sizing: border-box; } body { margin: 0; min-width: 320px; min-height: 100vh; } #root { width: 100%; height: 100%; }