@font-face {
	font-family: 'Terminess';
	src: url('assets/fonts/TerminessNerdFont-Regular.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 100vh;
	background: #101010;
	color: #d3bd97;
	font-family: 'Terminess', monospace;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container {
	border: 1px solid #d3bd97;
	padding: 2rem;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1rem;
}
a {
	color: #d3bd97;
	text-decoration: none;
}
.copyright {
	margin-top: 1rem;
	font-size: 14px;
	opacity: 1.0;
}

