
body {
	
	margin:0  auto;
			padding:0;
			background-image: url('../new_images/Background.svg');
			background-size: cover ;
            background-repeat: no-repeat;
			background-attachment: fixed;
}

/* @media screen and (max-width: 850px) {
	body{
		background-size: 100% 100%;
	}
} */