:root {
  --page-background: #EEF4FF;
}

html {
  scrollbar-gutter: stable;
  scrollbar-color: #9db8ff #EEF4FF;
  scrollbar-width: thin;
}

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background: var(--page-background) !important;
  background-color: var(--page-background) !important;
}
