* {
	scroll-behavior: smooth;
}

html,body {
    overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	position: relative;
	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	padding-inline-start: 0;
	list-style: none;
}