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