@import '~antd/dist/antd.dark.css'; * { box-sizing: border-box; } #root { display: flex; flex-direction: column; height: 100vh; } .col1 { grid-column: 1/1; grid-row: 1/1; } .col2 { grid-column: 2/2; grid-row: 1/1; } .col3 { grid-column: 3/3; grid-row: 1/1; } h1, h2, h3, h4, h5 { color: #222; text-shadow: -1px -1px #444; font-weight: 900; } body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }