Soft cyan veil that breathes over slate
<div className="min-h-screen w-full bg-[#0b1220] relative overflow-hidden"> <style>{` @keyframes reactbd-pulse { 0%, 100% { opacity: 0.72; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } } `}</style> <div className="absolute inset-0 z-0 origin-top" style={{ background: "radial-gradient(900px 500px at 50% 20%, rgba(34, 211, 238, 0.28), transparent 60%)", animation: "reactbd-pulse 9s ease-in-out infinite", }} /></div>