.page-container {
	margin: 0 auto;
	max-width: 1200px;
}

nav {
	position: sticky;
	top: 0;
	z-index: 1;
}