.wrapper{display:flex;justify-content:center;align-items:center;width:100%;position:fixed;background-color:#e2f1eb;height:100vh;z-index:999;top:0;bottom:0}.wrapper .pad{margin:0 2px;background:#000;animation:shrink .7s cubic-bezier(1,.18,.49,.71) infinite alternate forwards;border-radius:10px;background:#105f62}.wrapper .pad1{width:6px;height:20px;animation-delay:.1s}.wrapper .pad2{width:7px;height:40px;animation-delay:.2s}.wrapper .pad3{width:8px;height:60px;animation-delay:.3s}.wrapper .pad4{width:9px;height:80px;animation-delay:.4s}.wrapper .pad5{width:10px;height:100px;animation-delay:.5s}.wrapper .pad6{width:9px;height:80px;animation-delay:.4s}.wrapper .pad7{width:8px;height:60px;animation-delay:.3s}.wrapper .pad8{width:7px;height:40px;animation-delay:.2s}.wrapper .pad9{width:6px;height:20px;animation-delay:.1s}@keyframes shrink{0%{transform:scaleY(.1)}to{transform:scaleY(1)}}