<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="robots" content="noindex" />
    <title>Dieser Service ist zur Zeit leider nicht verfügbar.</title>
    
    <style>

    .text { 
		font-family: Arial, sans-serif;
		font-weight:100;
		font-size: 24px;
		color: #CCC;
		text-align:center;
    }
    
	body, html {
		height: 100%;
		display: grid;
	}
	
	span { /* thing to center */
	margin: auto;
	}

    </style>
  </head>
  <body>
	<span class="text">Dieser Service ist zur Zeit leider nicht verfügbar.</span>
  </body>
</html>