body {
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
	background: #444;
	color: white;
	font-family: sans-serif;
	min-height: 100vh;
}

header {
	position: sticky;
	top:0;
	background: #333;
	width: auto;
	padding: 1em 10%;
	margin-bottom: -2em;
	display: flex;
	flex-direction: row;
}
header > a {
	background: #444;
	padding: 0.5em;
	margin-right: 0.5em;
	color: white !important;
	text-decoration: none;
	img {
		height: 1lh;
		width: 1lh;
	}
}
header > :first-child {
	background: #555 !important;
}
header > :last-child {
	margin-right: 0;
}
header > span.label {
	background: #333;
	padding: 0.5em;
	margin-right: 0.5em;
	color: white !important;
	text-decoration: none;
	img {
		height: 1lh;
		width: 1lh;
	}
}
header > span.fill {
	flex: 1;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

main {
	background: black;
	padding: 2em 15%;
	margin: 0em;
	height: auto;
	flex:1;
}

footer {
	background: #333;
	width: auto;
	display: flex;
	justify-content: space-between;
	padding: 1em 10%;
}

.lineicon {
	width:1lh;
	height:1lh;
	vertical-align:text-top;
}

a:link {
	color: #88f;
}

a:visited {
	color: #d7f;
}
