.squares{list-style:none}.squares li{backdrop-filter:blur(5px);box-shadow:0 25px 45px rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);border-color:rgba(255,255,255,.5) rgba(255,255,255,.2) rgba(255,255,255,.2) rgba(255,255,255,.5);border-style:solid;border-width:1px;background:rgba(255,255,255,.1);border-radius:10px;animation:animateSquares 10s linear infinite;animation-delay:calc(-1s*var(--i))}.squares li:first-child{width:120px;height:120px}.squares li:nth-child(2){width:100px;height:100px}.squares li:nth-child(3){width:80px;height:80px}.squares li:nth-child(4){width:50px;height:50px}.squares li:nth-child(5){width:60px;height:60px}@keyframes animateSquares{0%,to{transform:translateY(-40px)}50%{transform:translateY(40px)}}