@tailwind base; @tailwind components; @tailwind utilities; .section-container { @apply max-w-6xl mx-auto text-center px-10; } .button-container { @apply flex flex-col justify-center w-full space-y-6 text-xl text-white md:flex-row md:space-y-0 md:space-x-4; }