@keyframes rotate{0%{transform:rotate(90deg)scaleY(-1)}50%{transform:rotate(90deg)scaleY(1)}to{transform:rotate(90deg)scaleY(-1)}}#colon-three{font-family:Comic Sans MS,Comic Sans,Comic Neue,sans-serif;font-style:normal;animation-name:rotate;animation-duration:90s;animation-timing-function:step-end;animation-iteration-count:infinite;display:inline-block}#colon-three:before{content:":"}#colon-three:hover:before{content:";"}
