body{margin:0;min-height:100vh;background:linear-gradient(180deg,#0a1225,#080809)}.lava-lamp-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;filter:blur(5px) brightness(.7)}.lamp{top:50%;left:50%;transform:translate(-50%,-50%);height:100vh;width:100vw}.lamp,.lava{position:absolute}.lava{height:100%;width:100%;top:0;left:0}.blob{border-radius:50%;position:absolute;border:2px solid #fff;opacity:.8;mix-blend-mode:screen}.blob:first-child{width:300px;height:300px;left:10%;bottom:-30%;background-color:rgba(80,120,205,.9);animation:wobble 4s ease-in-out infinite alternate,blob-one 20s ease-in-out infinite}.blob:nth-child(2){width:450px;height:450px;right:5%;top:-40%;background-color:rgba(40,80,160,.9);animation:wobble 5s ease-in-out infinite alternate,blob-two 25s ease-in-out infinite}.blob:nth-child(3){width:250px;height:250px;top:-20%;left:30%;background-color:rgba(0,40,140,.9);animation:wobble 6s ease-in-out infinite alternate,blob-three 22s ease-in-out infinite}.blob:nth-child(4){width:350px;height:350px;bottom:-25%;right:25%;background-color:rgba(120,160,205,.9);animation:wobble 7s ease-in-out infinite alternate,blob-four 28s ease-in-out infinite}.blob:nth-child(5){width:200px;height:200px;top:-15%;left:60%;background-color:rgba(160,180,205,.9);animation:wobble 8s ease-in-out infinite alternate,blob-five 30s ease-in-out infinite}@keyframes wobble{50%{border-radius:42% 58% 70% 30%/45% 45% 55% 55%}to{border-radius:38% 52% 75% 36%/50% 40% 50% 60%}}@keyframes blob-one{0%,to{transform:translateY(0)}50%{transform:translateY(-130vh)}}@keyframes blob-two{0%,to{transform:translateY(0)}50%{transform:translateY(140vh)}}@keyframes blob-three{0%,to{transform:translateY(0)}50%{transform:translateY(120vh)}}@keyframes blob-four{0%,to{transform:translateY(0)}50%{transform:translateY(-125vh)}}@keyframes blob-five{0%,to{transform:translateY(0)}50%{transform:translateY(135vh)}}