@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

body {
	margin: 0; padding: 0;
	color: #aaa;
	text-align: center;
}

header {
	height: 160px;
	margin: 0; padding: 0;
	background: url("/img/errorPage_bg.png") 50% 100% no-repeat;
	background-size: auto 80%;
}

h1 {
	margin-bottom: 40px;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
h1 #statusCode {
	display: block;
	font-size: 1.5em;
}

main {
	padding: 0;
}

main p {
	margin: 0 auto;
	widht: 80%;
	max-width: 800px;
}

#requestURL {
	color: #3E6AB8;
}

footer {
	padding-top: 40px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 18px;
}