Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen bg-black w-full relative"> {/* Midnight Radial Glow Background */} <div className="absolute inset-0 z-0" style={{ background: ` radial-gradient(circle at 50% 50%, rgba(226, 232, 240, 0.2) 0%, rgba(226, 232, 240, 0.1) 25%, rgba(226, 232, 240, 0.05) 35%, transparent 50% ) `, }} /> {/* Your Content/Components */}</div>