index.css 273 B

123456789101112131415161718
  1. :root {
  2. font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  3. line-height: 1.5;
  4. font-weight: 400;
  5. }
  6. body {
  7. margin: 0;
  8. display: flex;
  9. place-items: center;
  10. min-width: 320px;
  11. min-height: 100vh;
  12. }
  13. h1 {
  14. font-size: 3.2em;
  15. line-height: 1.1;
  16. }