* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}
