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

body {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

button {
  cursor: pointer;
}