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

body { border: 10px solid blue !important; }
.custom header { background-color: grey; }
.custom main h2{color:red;}