body {
	background-image: url(background.jpg) !important;
	/*Note: background.jpg is the name of the image you uploaded into the directory. Replace it with the actual name of your image.*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}