Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-black relative overflow-hidden"> {/* Aurora Edge Glow Background */} <div className="absolute inset-0 z-0" style={{ background: "radial-gradient(ellipse 50% 100% at 10% 0%, rgba(226, 232, 240, 0.15), transparent 65%), #000000", }} /> {/* Your Content Here */}</div>