@tailwind components;
@tailwind utilities;

@layer components {
  .main-title {
    @apply text-4xl
		sm:text-5xl
		md:text-5xl
		lg:text-6xl;
  }
}
