// CSS reset * { box-sizing: border-box; margin: 0; } html, body, #root { height: 100%; width: 100%; }