That worked. For everyone else needing this and doesn't know how to make the change here it is: You have to change the style.css page located in this folder
/storefront/view/default/stylesheet
Then make the following change to the page at the top.
/* CSS Document */
/* ------------ Reset ------------ */
body {
background-color: #820000;
font-size: 13px;
margin: 0;
padding: 0;
}
By adding the word Background- you can change the color from white to any color you want, or an image.
I don't do much css and didn't know about that. I do now. Perfect. The second I made the change it worked. Thank you, thank you, thank you. Now if I could get the other issue with import and export fixed the day and weekend would be saved!