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

.section-title {
	@apply text-green-700 border-b-4 px-4 border-green-700 text-center text-3xl inline-block mb-6 font-semibold;
}
