:root{--bg-color:#161616}.ghost{position:absolute;z-index:1;transform-origin:center;width:90px;margin:20px 0 0 -45px}.ghost__eyes,.ghost__mouth{position:absolute;z-index:1;width:15px;height:15px;top:34px;left:50%;transform:translate(-50%);border-radius:50px;background:var(--bg-color);margin-left:-20px;transform-origin:center}.ghost__eyes{box-shadow:40px 0 0 var(--bg-color)}.ghost__mouth{margin:0;top:60px;transform:scale(0);border-radius:20px 20px 12px 12px;width:20px;transform-origin:center bottom;overflow:hidden}.ghost__tail{position:absolute;z-index:-1;top:82px;height:55px;width:100%;filter:url(#goo)}.ghost__tail:before{content:"";bottom:35px;height:100px;width:100%;border-radius:40px 40px 5px 5px}.ghost__rip,.ghost__tail:before{background:#fff;position:absolute;left:0}.ghost__rip{width:15px;height:28px;top:15px;box-shadow:-62px 0 0 #fff,-31px 0 0 #fff,31px 0 0 #fff,62px 0 0 #fff,93px 0 0 #fff;border-radius:50%;animation:ghost-rips 1.2s linear infinite}@keyframes ghost-rips{0%{left:0;top:12px}50%{left:31px;top:20px}to{left:62px;top:12px}}