.noscrollbars::-webkit-scrollbar {/* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}
  
.example {/* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
  
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}