@tailwind base;
a {
@apply text-blue-700;
}
a:hover {
@apply underline;
@tailwind components;
@tailwind utilities;