.wave{animation-name:wavy;animation-duration:.6s;animation-timing-function:ease;animation-iteration-count:infinite;position:relative;top:0;left:0}@keyframes wave{0%{top:0}50%{top:-10px}100%{top:0}}