* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #15202b;
    color: #e7e9ea;
    line-height: 1.5;
    padding: 20px;
}

