<!DOCTYPE html>
<html>
	<head>
		<title>matthias schütz</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
		<link rel="shortcut icon" href="/favicon.ico" />
		<style type="text/css">
			html, body {
				width: 100%;
				height: 100%;
				margin: 0;
				background: #ca1f1f;
				background: linear-gradient(#ca1f1f, #312427);
				color: #ffffff;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 24px;
			}
			
			div {
				position: absolute;
				top: 60px;
				left: 120px;
			}
		</style>
	</head>

	<body>
		<div>
			<span><strong>matthias</strong> sch&uuml;tz</span>
		</div>
	</body>
</html>