body.error404 #post-0 {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

body.error404 #post-0 > * {
	margin-bottom: var(--universal-gap);
}


