@layer components {
  .App {
    @apply text-center;
  }

  .App-logo {
    @apply pointer-events-none animate-spin;
    animation-duration: 20s;
    height: 40vmin;
  }

  .App-header {
    @apply flex flex-col items-center justify-center min-h-screen text-white bg-gray-800;
  }
}
