hojas de estilo no cargadas por tipo mime

put your .css file in a folder called public
in your app.js file add the following code:

app.use(express.static('public'));
Smoggy Sable