* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Quicksand", sans-serif;
  background: #f6f6f6;
}
.sections-container {
  min-width: 100%;
  margin: auto;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 50px;
}


body, html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
