/* Global CSS overrides can go here */
html,
body {
  display: flex;
  flex-direction: column;
    min-height: 100vh;
  margin: 0;
}

#rassig,
#notcom,
#website-policy-pages {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
