html {
	box-sizing: border-box;
	height: 100%;
  margin: 0;

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