html {
  box-sizing: border-box;
  height: 100%;
  font-size: $base-font-size+px;
}
*, *:before, *:after {
  box-sizing: inherit;
}