.errorBody {
	height: calc(100vh - var(--height));
	display: flex;
	align-items: center;
	justify-content: center;
}
.errorIcon {
	height: 70%;
}
.errBtns {
	display: flex;
}
.errBtns > a {
	border-radius: 10em;
	padding: 0.3em 2em;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	margin-right: 1em;
	text-decoration: none;
}

.errBtns > a:hover {
	opacity: 0.9;
}
.btn1 {
	background: var(--primary);
	color: #fff !important;
}

.btn2 {
	border: 1px solid var(--primary);
	color: var(--primary) !important;
}
.errInfo {
	padding-left: 100px;
}

.errTitle {
	height: 6em;
	display: flex;
	align-items: center;
}
.title1 {
	color: var(--primary);
	font-size: 6em;
	line-height: 1em;
	font-weight: bold;
}

.title2 {
	font-size: 3em;
	margin-left: 1em;
	opacity: .5;
}

.errText1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.errText2 {
	margin-bottom: 1em;
}
