
html,
body {
	box-sizing: border-box;
	/* https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966 */
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
