html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: fixed;
}

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