html, body {
	margin: 0px;
	height: 100%;
}

* {
	box-sizing: border-box;
}
