@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Poppins,sans-serif;background:linear-gradient(-45deg,coral,#daa520,#87a96b,#2d5016,peru);background-size:400% 400%;animation:naturalGradientShift 20s ease infinite}@keyframes naturalGradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
