1 2 3 4 5 6 7 8 9 10
* { box-sizing: border-box; } body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.5; color: #111; background-color: #fff; }