.rain{width:100%;height:100%;position:fixed;left:0}.drop{pointer-events:none;width:15px;height:120px;animation:.5s linear infinite drop;position:absolute}@keyframes drop{0%{transform:translateY(0)}75%{transform:translateY(90vh)}to{transform:translateY(100vh)}}.stem{filter:blur(1px);background:linear-gradient(#fff0,#ffffff40);width:2px;height:100%;margin-left:7px;animation:.5s linear infinite stem}@keyframes stem{0%{opacity:1}80%{opacity:1}95%{opacity:0}}
