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

p {
    @apply text-2xl;
}