@tailwind base;
@tailwind components;
@tailwind utilities;


body {
  overflow: hidden;
}

#app {
  height: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
