:root {
font-family: system-ui, sans-serif;
line-height: 1.5;
color: #e6edf3;
background: #0f1419;
}
* {
box-sizing: border-box;
body {
margin: 0;
a {
color: #06c;