*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.container{position:relative;width:100vw;height:100vh;overflow:hidden;background:#000}.blobs{position:absolute;inset:0;filter:blur(80px)}.blob{position:absolute;border-radius:50%;animation:float 8s ease-in-out infinite alternate}.blob-1{width:300px;height:300px;background:#00ccbf;top:20%;left:30%}.blob-2{width:300px;height:300px;background:#00f;top:40%;left:50%;animation-delay:-2s}.blob-3{width:280px;height:280px;background:#8fed8f;top:30%;left:40%;animation-delay:-4s}@keyframes float{0%{transform:translate(0)}to{transform:translate(60px,40px)}}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff}.content h1{font-size:5rem;font-weight:700;margin:0;letter-spacing:-.02em}.content p{font-size:1.2rem;opacity:.7;margin-top:.5rem}
