Please post in English so other users can benefit from this post too.
You need to set a background property for the body element in your custom.css . -
www.w3schools.com/cssref/css3_pr_background.asp
If you want your footer to be transparent as well you have to use this snippet as well
.bottomArea { background-color: transparent!important; background: none; }
Remember. Put all custom code in your custom.css file