html, body {
	background: var(--theme-light-content-color)!important;
	background-color: var(--theme-light-content-color)!important;
}
.mainframe-wrapper {
	justify-content: center;
}
.main-error-page {
	display: block;
	position: relative;
	align-content: center;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
	color: var(--theme-dark-link-color);
	font-size: 17px;
	padding: 1.375rem 2rem;
}
.error-title {
	font-size: 2.75rem;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px var(--theme-light-font-color);
	color: var(--theme-dark-link-color);
}
.error-image {
	margin: 1rem auto 2rem;
	display: block;
	width: 100%;
	max-width: 400px;
}
.error-blurb {
	display: block;
	position: relative;
	font-weight: 400;
	width: 100%;
	max-width: 525px;
	margin: 1rem auto;
	background: var(--theme-page-bg-light);
	border: 1px solid var(--theme-dark-link-color);
	border-radius: 1rem;
	padding: 0.75rem 1rem;
	word-break: break-word;
}
.error-blurb::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 30%;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	background: var(--theme-page-bg-light);
	transform: rotateZ(45deg);
	border-top: 1px solid var(--theme-dark-link-color);
	border-left: 1px solid var(--theme-dark-link-color);
}
.error-link > a {
	font-size: 15px;
	font-weight: 400;
	color: var(--theme-offwhite);
	text-decoration: none;
}
a:hover {
	color: var(--default-truewhite);
}
.paper-texture {
	background: transparent;
	z-index: 0;
}
.paper-texture::before {
	background: url(/images/framework/nook_icons/paper_texture.png) right top / cover no-repeat;
	z-index: -1;
}
.paper-texture::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: url(/images/framework/nook_icons/paper_texture.png) right top / cover no-repeat;
	background-position: right top;
	border-radius: 1rem;
}