<!DOCTYPE html>
<html>
    <head>
        <title>Suspended - Squidix</title>
        <link href="https://fonts.googleapis.com/css?family=Lobster|Montserrat:700" rel="stylesheet">
        <link rel="shortcut icon" href="https://squidix.com/favicon.ico" />
        <style type="text/css">
            html, body {
                height: 100%;
                margin: 0;
                padding: 0;
            }
            body {
                text-align: center;
            }
            body > div {
                height: 100%;
                position: relative;
            }
            body > div > div {
                position: absolute;
                top: 25%;
                width: 100%;
                font-family: "Montserrat";
                text-transform: uppercase;
                font-weight: bold;
            }
            body > div > div > h1 {
                color: #c00;
                font-size: 5.25em;
                margin: .2em 0;
            }
            body > div > div > p {
                color: #999;
                font-size: 1.75em;
            }
            body > div > .logo {
                font-family: "Lobster";
                font-size: 4em;
                color: #c63393;
                position: absolute;
                bottom: 0;
                width: 100%;
            }
            body > div > .logo > a {
                color: #c63393;
                text-decoration: none;
            }
        </style>
    </head>
    <body>
        <div>
            <div>
                <h1>Suspended</h1>
                <p>Sorry, This Web Site Has Been Suspended</p>
            </div>
            <p class="logo"><a href="https://squidix.com">Squidix</a></p>
        </div>
    </body>
</html>
