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

body {
    @apply flex items-center justify-center;
}

button {
    @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline;
}
