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


body {
    background-color: skyblue;
}
