@keyframes float {
  0%, 100% { background-position: 0% 0%, 100% 100%, 0% 100%; }
  50% { background-position: 100% 100%, 0% 0%, 100% 0%; }
}