@keyframes waveAnimation{0%,to{d:path("M0,300 Q400,500 800,300 T1600,300")}50%{d:path("M0,300 Q400,100 800,300 T1600,300")}}#wave{animation:waveAnimation 5s infinite ease-in-out}
