@tailwind base; @tailwind components; @tailwind utilities; .TextBar { @apply w-full box-border py-[1vw] px-[4vw] flex justify-between items-center; } .text { @apply text-2xl text-[#666666FF]; } .PayWay { @apply w-full box-border p-[4vw] flex justify-between items-center; }