html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}
