html {
scroll-behavior: smooth;
}
body {
margin: 0;
background-color: #ffffff;
}
*, *:before, *:after {
box-sizing: border-box;
}