I'm new to Django, and I'm trying to use static files to color my website. this is my directory hierarchy-
This is the HTML I'm trying to style, by using this code-

This is the CSS code I'm using-
This my settings.py-
No matter what I do, or if I refresh or restart the server completely- nothing happens. I've watched so many articles and videos related to this, but I still can't figure out what am I doing wrong...
Would appreciate any help :-)


