@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
