@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;padding:20px;font-family:Arial,sans-serif}h1{color:#333}form{margin:20px 0}input[type=file]{margin-right:10px}button{padding:10px 20px;background-color:#090a0a;color:#fff;border:none;border-radius:5px;cursor:pointer}button:hover{background-color:#013369}h2{color:#555}p{font-size:1.1em;margin:5px 0}.custom-scrollbar::-webkit-scrollbar{width:12px}.custom-scrollbar::-webkit-scrollbar-track{background:#000}.custom-scrollbar::-webkit-scrollbar-thumb{background:red;border-radius:6px;min-height:20px;max-height:30px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#c00}.custom-scrollbar{scrollbar-color:#ff0000 #000000;scrollbar-width:thin}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:slideDown .3s ease-out}
