.app-header {
  @apply flex flex-col items-center justify-center;

  min-height: 100vh;
  font-size: calc(10px + 2vmin);
}

.app-link {
  color: rgb(112 76 182);
}

.app-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .app-logo {
    animation: app-logo-spin infinite 20s linear;
  }
}

@keyframes app-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
