Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative bg-black"> {/* Arctic Lights Background with Top Glow */} <div className="absolute inset-0 z-0" style={{ background: "radial-gradient(ellipse 80% 60% at 50% 0%, rgba(34, 197, 94, 0.25), transparent 70%), #000000", }} /> {/* Your Content/Components */} </div>