<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bounce{position:relative;animation-duration:700ms;animation-iteration-count:infinite;animation-name:bounce;}@keyframes bounce{0%{top:0;animation-timing-function:ease-out}50%{top:-20px;animation-timing-function:ease-in}100%{top:0;animation-timing-function:ease-out}}</pre></body></html>