*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	background: #f6f7f9;
	color: #111;
	text-align: center;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.domain {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.error {
	line-height: 1.4;
}

.error-code {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.error-message {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	margin-bottom: 16px;
}

.error a {
	display: inline-block;
	font-size: 14px;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

.error a:hover {
	border-bottom-color: #111;
}