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

.page-box {
  @apply max-w-3xl px-4 pt-6 lg:pt-10 pb-12 sm:px-6 lg:px-8 mx-auto;
}