*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
}

#hs-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
