In Next.js, developers have numerous styling options available, including CSS Modules, Styled JSX, and global styles. To add global styles to a Next.js application, an `_app.js` file should be created in the `pages/` directory, which imports the desired stylesheet. This allows for easy implementation of global styles without requiring extensive setup.