@tailwind base; @tailwind components; @tailwind utilities; html, body { height: 100%; } @layer components { .btn-blue { @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded cursor-pointer } }