@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#000}.loader{border:6px solid #ffffff40;border-top:6px solid white;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin:30px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
