html {
	height: 100%;

	font-family: Arial, sans-serif;
	color: white;
}

body {
	height: 100%;
	margin: 0;
	background-color: #111;

	display: flex;
	flex-direction: column;
}

* {
	box-sizing: border-box;
}