.ghost-container{position:relative;width:250px;height:250px;margin:-40px auto 40px}.ghost,.ghost-copy{width:50%;height:53%;left:25%;top:10%;position:absolute;border-radius:50% 50% 0 0;background:#ededed;border:1px solid #bfc0c0;border-bottom:none;animation:float 2s ease-out infinite}.ghost-copy{z-index:0}.face{position:absolute;width:100%;height:60%;top:20%}.eye,.eye-right{position:absolute;background:#585959;width:13px;height:13px;border-radius:50%;top:40%}.eye{left:25%}.eye-right{right:25%}.mouth{position:absolute;top:50%;left:45%;width:10px;height:10px;border-radius:50%;border-color:transparent #585959 #585959 transparent;border-style:solid;border-width:3px;transform:rotate(45deg)}.four,.one,.three,.two{position:absolute;background:#ededed;top:85%;width:25%;height:23%;border:1px solid #bfc0c0;z-index:0}.one{border-radius:0 0 100% 30%;left:-1px}.two{left:23%}.three,.two{border-radius:0 0 50% 50%}.three{left:50%}.four{left:74.5%;border-radius:0 0 30% 100%}.shadow{position:absolute;width:30%;height:7%;background:#bfc0c0;left:35%;top:80%;border-radius:50%;animation:scale 2s infinite}@keyframes scale{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes float{50%{transform:translateY(15px)}}