<!doctype html>
<html>
<head>
	<title>Hardware renovation process - will be back shortly</title>
	<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,500,700" rel="stylesheet">
	<style type="text/css">
		* { font-family: 'Fira Sans'; margin: 0; padding: 0; }
		html, body { font-size: 15px; height: 100%; display: table; width: 100%;}
		div { display: table-cell; vertical-align: middle; height: 100%; width: 100%; text-align: center; }
		h1 { text-transform: uppercase; font-size: 2.5rem; font-weight: 700; margin-bottom: 2rem; }
		p { font-weight: 300; margin-top: .5rem; }
		b { font-weight: 500 }
		img { margin-top: 4rem; width: 50%; }
	</style>
</head>
<body>
	<div>
		<h1>Maintenance!</h1>
		<p><b>Don't panic!</b> Hardware renovation process.</p>
		<p>Have a cup of coffee, the work of the system will be restored shortly.</p>
		<img src="http://access.to/maintenance.jpg">
	</div>
</body>
</html>
