*{margin:0;padding:0;box-sizing:border-box!important}body,html{height:100%}body{display:table;width:100%;background:#000;line-height:1.6;position:relative;font-family:sans-serif;overflow:hidden}.lines{position:absolute;top:0;left:0;right:0;height:100%;margin:auto;width:90vw}.line{position:absolute;width:1px;height:100%;top:0;left:50%;background:hsla(0,0%,100%,.1);overflow:hidden;&:after{content:"";display:block;position:absolute;height:15vh;width:100%;top:-50%;left:0;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#0088f8 75%,#fff);animation:drop 7s 0s infinite;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,.26,0,.97)}&:first-child{margin-left:-25%;&:after{animation-delay:2s}}&:nth-child(3){margin-left:25%;&:after{animation-delay:2.5s}}}@keyframes drop{0%{top:-50%}to{top:110%}}