<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" 
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
    <title>Sorry! website unavailable</title>
    <style>
            body, html{
                height: 100%;
            }
            body{
                margin: 0;
                padding: 0;
                font-family: Helvetica, sans-serif;
                line-height: 1.8;
                background: linear-gradient( to right, #000 30% , #20bfdd 100%);

            }
            .colm-2{
               
                display: flex;
                align-content: center;
                align-items: center;
                justify-content: center;
                text-align: center;
                width: 100%; 
                height: 100vh;
                padding: 0 10%;
                box-sizing: border-box;
                flex-wrap: wrap;
                line-break: auto;
            }
            .colm-2 .site-down{
                width: 100%;
                line-height: 1.2;
                color: #fff
            }
            .colm-2 .site-down h1{
                color: #e87e04;
                font-size: 40px;
                margin-bottom: 0;
                text-transform: uppercase;
            }
            
    </style>
</head>
<body>
    <div class="container">
        <div class="row">
            <div class="colm-2">
                <div class="site-down">
                    <h1>Website unavailable</h1>
                    <p>Please note that this website is temporarily unavailable</p>
                    <p>If this domain belongs to you, kindly contact your hosting provider for more information.</p>
                   
                </div>
                
            </div>

        </div>
    </div>
</body>
</html>
