2 lines
127 B
CSS
2 lines
127 B
CSS
:root { font-family: Inter, system-ui, sans-serif; }
|
|
body { margin: 0; display: flex; place-items: center; min-height: 100vh; } |