.root { @apply flex flex-col justify-center items-center text-neutral-400 py-20; .icon { @apply block w-20 h-20 mb-5; } h2 { @apply text-2xl mb-3 text-neutral-900; } p { @apply text-base; } a { @apply text-blue-700 hover:underline; } :global(.dark) & { h2 { @apply text-neutral-50; } a { @apply text-blue-400; } } }