<!DOCTYPE html>
<html lang="en">
<head>
<title>Wicked Backhand</title>
<meta charset="UTF-8">
<meta name="SKYPE_TOOLBAR" content ="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="rating" content="General">
<meta name="robots" content="None">
<style>
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	margin: 1.4em;
	padding: 1.4em;
	background-color: #EEE;
}
img {
	width: 100%;
	height: auto;
}
h1, h2 {
	font-size: 3em;
	color: #312766;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 2em;
}
.outside {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	align-items: center;
	display: flex;
	justify-content: center;
}
.inside {
	margin: 0;
	text-align: center;
}
</style>
</head>
<body>
<div class="outside">
	<div class="inside">
		<h1>Wicked Backhand</h1>
		<h2>Coming Soon</h2>
	</div>
</div>
</body>
</html>
