The SASS / main.scss file is not really necessary. Browsers only read CSS.
If you want to continue using SASS to practice, you will need to download the dependencies and run the SASS precompiler (you must have nodejs installed).
npm install package.json
npn run compile:sass
