.character{background-color:#22c55e;border:3px solid #505050;border-radius:12px;transform:translate(-50%);z-index:1000}.character-left-eye,.character-right-eye{animation:blink 4s ease-in infinite;background-color:#2c2c2c;border-radius:8px;height:12px;width:7px}.character-left-eye{left:10px;position:absolute;top:10px}.character-right-eye{position:absolute;right:10px;top:10px}@keyframes jump{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes blink{0%,to{height:12px}3%{height:0}4%{height:12px}7%{height:12px}8%{height:0}9%{height:12px}23%{height:12px}24%{height:0}25%{height:12px}}.platform{background-color:#64748b;border-radius:4px;height:8px}
