<html>
<head>
    <style>
        body {
            background-color: #faddd8;
            font-family: "Open Sans", sans-serif;
        }
        .centered {
            position: fixed; /* or absolute */
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    </style>
    </head>
	<body>
        <div class="centered">
		    <h3>We are temporarily offline for maintenance</h3>
        </div>
	</body>
</html>

