html, body {
  overscroll-behavior: none;
}


body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  background-color: #2e2e2e;
  color: #ffffff;
}