@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-zinc-900 h-full overflow-x-hidden;
}
#__next {
@apply h-full;
html {