﻿#errorPageMain .topbar {
	margin: 10px 0 50px 20px;
	display: flex;
	align-items: center;
}

	#errorPageMain .topbar .heading {
		font-size: 35px;
		font-weight: bold;
	}

#errorPageMain #content {
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
}