@font-face {
	font-family: "ProphetRegular";
	src: url("./fonts/Prophet-Regular.woff2") format("woff2"),
	url("./fonts/Prophet-Regular.woff") format("woff");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: hsl(0, 0%, 6%);
	font-size: max(3em, min(5em, 8vw));
	font-family: "ProphetRegular";
	height: 100vh;
	width: 100%;
}

a {
	/*color: white;*/
	text-decoration: underline;
}

a:hover {
text-decoration: none;
}

main {
	width: inherit;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 16em;
	/*text-align: left;*/
	/*padding: 2em 5% .1em;*/
	color: hsl(0, 0%, 90%);
	/*margin: 0 auto;*/
	/*word-break: break-all;*/
}

nav {
	position:absolute;
	bottom: 0;
	background: #111;
	height: 2em;
	width: 100%;
	padding: 1em 1em 1em 1em;
	font-size: .5em;
	color: #aaa;
}

.smaller {
	text-align: right;
	font-size: 0.5em;
	line-height: 1em;
	padding-top: 1em;
}