* { box-sizing: border-box; } #root { display: grid; grid-template: 1fr / 1fr; height: 100vh; } body, html { font-family: sans-serif; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }