/* Base global styles */

html {
  background-color: #ffffff;
  scrollbar-gutter: stable;
}

body {
  background-color: #ffffff;
  color: #000000;
  min-height: 300vh;
}
