@alex7070
If you define this:
body {background:red;}
body {background:green;}
Background color will be green, as first line is overwritten. This is happening in your case. Open browser console, click to inspect element... there is many guides on internet how to use browser in such cases.