/* Prevents double scrollbar issue by constraining HTML overflow */
html {
  overflow: hidden;
}
