a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #d8a070;
}
body {
	color: white;
	background: black url('/bg.jpg');
	background-size: cover;
	backdrop-filter: blur(10px);
}
nav {
	height: 100px;
}
.page-content {
	height: 700px;
}
footer {
	color: white;
}
