@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  .btn {
    @apply bg-gray-50 text-gray-500 font-bold py-1 px-2 rounded border border-gray-300 hover:bg-gray-300 mx-1 no-underline hover:underline;
  }
}
