.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #090909;
	color: #EFF9F0;
	font-family: monospace;
	margin: 0;
}

h1 {
	font-size: 1.5rem;
	text-align: center;
}

p {
	font-size: 0.75rem;
}

.codex-note {
	bottom: 1rem;
	left: 1rem;
	margin: 0;
	position: absolute;
}

.updated-note {
	bottom: 1rem;
	margin: 0;
	position: absolute;
	right: 1rem;
}

@media (min-resolution: 2dppx) {
	h1 {
		font-size: 3rem;
	}

	p {
		font-size: 1.5rem;
	}

	.codex-note {
		bottom: 1.25rem;
		left: 1.25rem;
	}

	.updated-note {
		bottom: 1.25rem;
		right: 1.25rem;
	}
}
