@keyframes float{
  0%,100%{
    transform:translateY(0) rotate(-4deg);
  }

  50%{
    transform:translateY(-18px) rotate(-2deg);
  }
}