REFUSED TO APPLY STYLE FROM BECAUSE ITS MIME TYPE IS NOT A SUPPORTED STYLESHEET MIME TYPE code example
Example: stylesheet not loaded because of mime-type
put your .css file in a folder called public
in your app.js file add the following code:
app.use(express.static('public'));