*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

/* Leave room for the fixed navbar when jumping to a section */
[id="product"],
[id="use-cases"],
[id="blog"],
[id="about"] {
  scroll-margin-top: 6rem;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}
