Hello Saif,
You can achieve this by adding the following CSS to your screen :
body {
background-color: #Your_color; /* to change color*/
background-image: url("your_image_url"); /* to add an image*/
}

For more information on this CSS property, you can read up on this using this link.
Hope it helps!
Paulo Rosário