I’m learning ASP.NET Core and following a course on Udemy by this instructor:
https://github.com/bhrugen/Bulky_MVC
This is my project reference, and everything I do follows along with the course. I have the same code as in the repository, but for some reason, my footer is not sticking to the bottom. Also, the footer text color appears slightly off—it’s not applying the text-muted class correctly.

Important Note:
Before anyone suggests making the footer relative or fixed, I want to clarify that the project I’m following does not have the footer as fixed, relative, or anything special. Yet, in the instructor’s code, it works as expected.
Can you please help me resolve this issue? Thanks!