@tailwind base; @tailwind components; @tailwind utilities; * { box-sizing: border-box; } html { overflow: hidden; padding: 0; margin: 0; } body { background-image: url("./assets/wallpaper3.png"); background-size: cover; background-repeat: no-repeat; width: 100vw; height: 100vh; background-position: center; overflow: hidden; padding: 0; margin: 0; }