/* CSS Document */

body {
	background-color: #dad8d9;
}
.errorbox {
	display: table;
	position: absolute;
	width: 100%;
	height: 100vh;
	padding-bottom: 100px;
	left: 0;
	top: 0;
}
.etr {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.box {
	color: #757c85;
	font-size: 32px;
	font-weight: 700;
}
.box a {
	display: block;
	margin: 30px auto;
	width: 180px;
	height: 50px;
	background-color: #2581ff;
	color: #ffffff;
	font-size: 24px;
	line-height: 50px;
	font-weight: 400;
}
.box a:hover {
	background-color: #bf0000;
}