body, html {
	 height: 100%;
	 margin: 0; /* Removes default browser margins */
	 padding: 0;
}

body {
	 background-image: url('../images/MFTConsolodated.png'); /* Replace with your image path */
	 background-position: center center; /* Centers the image */
	 background-repeat: no-repeat; /* Prevents the image from tiling */
	 background-size: contain; /* Scales the image to cover the entire container without distortion */
	 background-attachment: fixed; /* Keeps the background image fixed when the page scrolls */
	 /* Add a background color as a fallback in case the image doesn't load */
	 background-color: #1e2038;
}
