Your comments

Hey you can actually change the CSS settings to any color you want... I did white. See below

body { color: white; background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }

Go into your scene and select the browser source properties in SLOBS > scroll down to custom CSS and insert the above.