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

        :root {
            --blue: #1a5cff;
            --blue-mid: #0a3bcc;
            --blue-glow: rgba(26, 92, 255, 0.35);
            --blue-faint: rgba(26, 92, 255, 0.08);
            --bg: #030308;
            --bg2: #06060f;
            --white: #eef0ff;
            --grey: #4a5068;
            --grey-light: #8892b0;
            --border: rgba(26, 92, 255, 0.18);
        }

        