margin color does not exist
Your page has this in its header:
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #f1f1f1; }
</style>
so that’s either your theme or a plugin.
If you are editing the css in your theme settings page, found at appearance – background / theme options if there is one.
This would be added by a plugin.
If you have a back up of your wp-content folder on a local machine, you could do an in file search for “custom-background-css” if you don’t know where this style is being added from.
HTH