.error-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #D96941;
	font: 'Montserrat', sans-serif;
}

.error {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	margin-top: -100px;
}