#rain-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:999}.perfume{position:absolute;width:40px;height:40px;animation-name:fall;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes fall{from{top:-60px;opacity:1;transform:rotate(0)}to{top:100vh;opacity:.6;transform:rotate(360deg)}}
