@tailwind base;
@tailwind components;
@tailwind utilities;
body{
@apply text-cyan-50 bg-slate-400;
}