* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}*/

html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	background-color: #FDFDFD;
	width:100%;
	line-height:0px;
	overflow-x: hidden;
}