<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>Nowhere</title>
		<link rel="shortcut icon" href="black-hole.png" type="image/png" />
		<style type="text/css">
			body {
				background-color: black;
			}
			.main_question {
				display: table-cell;
				width: 100vw;
				text-align: center;
				padding-top: 40vh;
				font-size: 5.5vw;
				text-shadow: 0px 0px 0.8vw #000000, 0px 0px 2.5vw #990000, 0px 0px 2.5vw #ff0000, 0px 0px 9vw #cc0000;
				color: rgba(0, 0, 0, 0.8);
			}

		</style>
	</head>
	<body>
		<div class="main_question">
			What are you looking for here?
		</div>
	</body>
</html>
