.chicken-box{height:220px;position:relative;width:250px}.chicken{height:100px;left:50%;top:50%;transform:translate(-50%,-50%);width:200px}.body,.chicken{position:absolute}.body{background:bisque;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:100%;left:0;top:0;width:100%}.chicken-box:after{animation:flap 1s ease-out infinite;border-bottom:1px solid #2f4f4f;border-bottom-right-radius:1000px;border-right:1px solid #2f4f4f;border-top:1px solid #2f4f4f;content:"";height:20%;left:50%;position:absolute;top:40%;transform-origin:0 0;width:20%}.head{background:bisque;border-top-right-radius:23123px;height:50px;left:0;position:absolute;top:-50px;width:50px}.head:after{animation:blink 5s infinite;background:#000;border-radius:50%;content:"";height:10px;left:30%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.beak{border:10px solid transparent;border-right-color:#ff8c00;height:0;left:-20px;width:0}.beak,.tail{position:absolute;top:-20px}.tail{background:bisque;border-top-left-radius:123132px;height:20px;right:0;width:20px}.leg.one{left:40%}.leg.two{left:60%}.leg{background:#ff8c00;bottom:-18px;height:20px;position:absolute;width:2px}.leg:after{bottom:0;content:"";height:2px;left:-5px}.hair,.leg:after{background:#ff8c00;position:absolute;width:5px}.hair{border-top-left-radius:100px;border-top-right-radius:100px;height:10px;left:-1px;top:-5px;transform:rotate(-10deg)}.hair:before{height:8px;left:5px;top:2px}.hair:after,.hair:before{background:#ff8c00;border-top-left-radius:100px;border-top-right-radius:100px;content:"";position:absolute;width:5px}.hair:after{height:6px;left:10px;top:4px}@keyframes flap{0%,to{transform:rotateY(0) rotate(0)}50%{transform:rotateY(-40deg) rotate(-10deg)}}@keyframes blink{0%,48%,52%,to{height:10px}50%{height:1px}}