* { box-sizing: border-box; } html, body, #root { height: 100vh; width: 100vw; } #root { display: flex; flex-flow: column nowrap; }