@keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 28px 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}