<!doctype html>
<html>
<head>
	<title><%= title %></title>
	<style>
	body {
		background-color: #fff;
		color: #333;
		font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
		font-size: 15px;
	}

	body > div {
		background-color: #ffdada;
		border: 1px solid #cb0000;
		border-radius: 4px;
		color: #cb0000;
		margin: 30px auto;
		padding: 20px 30px;
		width: 360px;
	}

	h1 {
		font-size: 24px;
		font-weight: bold;
	}
	</style>
</head>
<body>
	<div>
		<h1><%= title %></h1>
		<p><%= message %></p>
	</div>
</body>
</html>
