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


/* archivo styles.css */
.custom-box {
    @apply bg-indigo-100 p-6 rounded-lg shadow;
}