How to change the color of the whole background with no area left?

I managed to fix it by adding the assets folder to my project. There create .css file for example main.css and add the following in there

body{

background-color: black;

}

Basically what HansPeter123 said