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

@layer components {
    .bg-gray {
        background: #333;
    }
    .custom-btn-blue {
        @apply hover:shadow-lg font-normal p-2 rounded transition ease-in-out duration-300 text-center  mb-1 px-5 py-2.5 text-white hover:text-white;
    }
}
