<style type="text/css">
body {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #4C4C4C;
	background-color: #EDEDED;
}
div {
	width: 100vw;
}
h1 {
	text-align: center;
	padding-top: 50vh;
}
p {
	text-align: center;
}
</style>
<div>
	<h1><%= status %>: Unknown error</h1>
	<p><%= message.message || message %></p>
</div>