body {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container {
	text-align: center;
}

.container h1 {
	margin-bottom: 1rem;
}

.container p {
	color: var(--text-muted);
	margin-bottom: 2rem;
}