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

.app-container{
    @apply mx-auto max-w-[1200px];
}