<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="robots" content="noindex, nofollow, noarchive">
    <title>Domain Unavailable!</title>
    <style>
        html, body {
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            background-color: #f8f8f8;
            position: relative;
        }

        #container {
            width: 30em;
            margin: 0 auto;
            -webkit-box-shadow: 0 10px 19px -10px rgba(0,0,0,0.3);
            -moz-box-shadow: 0 10px 19px -10px rgba(0,0,0,0.3);
            box-shadow: 0 10px 19px -10px rgba(0,0,0,0.3);
            background: #fff;
            border-bottom: 0.2em solid #28608b;
            padding: 1em;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
        
        @media only screen and (max-width: 400px) {
            #container {
              width: 80%
            }
        }
        
        @media only screen and (min-width: 401px) and (max-width: 960px) {
            #container {
              width: 80%
            }
        }

        #container p {
            font-size: 0.8em;
        }

        #error {
            background-color: #28608b;
            padding: 0.5em;
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 1.5em;
        }
        
        #request_id {
            color: #ccc;
        }
    </style>
</head>
<body>

<div id="error">ERROR!</div>

<div id="container">
    <h1>Domain Unavailable!</h1>
    <p>Looks like this domain has not been routed yet or is suspended. If it&#39;s your domain and you have questions, contact your service provider.</p>
    <p id="request_id"><small>Request ID: 927dd97a83ab41ddbf138fed6b6b884f</small></p>
</div>

</body>
</html>