.lava-lamp-container{position:relative;width:100%;height:100vh;overflow:hidden;background:#000}.lava-lamp-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;filter:blur(100px)}.lava-blob{position:absolute;width:200px;height:200px;background-color:#ff6f61;border-radius:50%;animation:blob-animation 8s ease-in-out infinite;opacity:.8}.lava-blob:nth-child(2){background-color:#ff9671;animation-delay:2s}.lava-blob:nth-child(3){background-color:#ffc75f;animation-delay:4s}.lava-blob:nth-child(4){background-color:#d4a5a5;animation-delay:6s}@keyframes blob-animation{0%{transform:translate(0) scale(1)}25%{transform:translate(50px,-30px) scale(1.2)}50%{transform:translate(-50px,50px) scale(.8)}75%{transform:translate(-30px,-50px) scale(1.1)}to{transform:translate(0) scale(1)}}