css @tailwind base; @tailwind components; @tailwind utilities; body{font-family:sans-serif;-webkit-font-smoothing:auto;-moz-font-smoothing:auto;-moz-osx-font-smoothing:grayscale;font-smoothing:auto;text-rendering:optimizeLegibility;font-smooth:always;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background-color:#f0f4f8}h1{font-size:1.5rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.wave-background{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;pointer-events:none}.wave-background:before,.wave-background:after{content:"";position:absolute;width:300%;height:300%;top:-100%;left:-100%;background:linear-gradient(to right,#0f222d,#1a3a4a,#2a5a6a,#1a3a4a,#0f222d);background-size:200% 200%;animation:wave-animation 20s linear infinite;opacity:.2;border-radius:40%}.wave-background:after{animation-delay:-10s;opacity:.1;border-radius:45%;transform:rotate(180deg)}@keyframes wave-animation{0%{transform:translate(0) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
