html,body {
	background-color: #121212;
	color: #e0e0e0;
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	height: 1vh;
	margin: 0;
	padding: 0;
}

header {
	background-color: #242424;
	justify-content: space-between;
	padding: 1px 3%;
	align-items: center;
	display: flex;	
}

/*
.nav {
	display: inline-flex;	
	flex: 0;
	align: right;
	padding-left: auto;
	width: max-content;
}
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #e0e0e0;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

main {
	display: flex;
	flex: 1;
}

footer {

}
