* { margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; line-height: 1.6; font-size: 1rem; } body { display: flex; justify-content: center; align-items: start; flex-flow: column nowrap; } a { display: block; }