.blur-container{filter:blur(10px)}.wave{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#e5e5e5,#fff,#e5e5e5,#fff);animation:wave-animation 5s infinite linear}@keyframes wave-animation{0%{transform:translate(0)}to{transform:translate(-65%)}}
