import Head from next/headimport Image from next/imageimport Script from next/scriptimport Link from next/linkimport styles from "./FileName.module.css"className = {styles.className}import "./filename.css" => Use this in _app.js, Normal method to import CSS file as Global style sheet <style jsx>
{`
selector {
property: value;
}
`}
</style>
<style jsx global> => Styles became global wherever the component is importednpm install --global yarn => Install Yarn globallyyarn create next-appyarn dev