Very strange I can not change anymore site background color, i used it in style.css the following codes before and it was working fine

body {
margin: 0;
padding: 0;
background-color: #EAEEEA !important;
}

and now it does not work if I change the color codes.
Where are the new codes located in which css files? how I can change the whole site background color ?

Like