it is usual design to show the outline of the page, different from the screen. I could not find this function.
Is there not any definition for body margins in XWD? What I mean, with css:

html {
background: gold;}
body {
width: 850px;
margin: 5px auto;
etc

}