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

body {
    @apply bg-blue-500 p-12;
}
