* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background: #03050b;
            font-family: system-ui, 'Segoe UI', 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
            overflow-x: hidden;
        }
        html {
            scroll-behavior: smooth;
        }