
<!doctype html>
<head>
<title>Site is under maintenance</title>
<style>
 body {
       text-align: center;
       padding: 150px;
     }
   .content {
       background-color: rgba(255, 255, 255, 0.75);
       background-size: 100%;     
       color: inherit;
       padding-top: 1px;
       padding-bottom: 10px;
       padding-left: 100px;
       padding-right: 100px;
       border-radius: 15px;       
   }
 h1 { font-size: 40pt;}
 body { font: 20px Helvetica, sans-serif; color: #333; }
 article { display: block; text-align: left; width: 75%; margin: 0 auto; }
 a:hover { color: #333; text-decoration: none; }
</style>
</head>
<body>
       <div class="background">
           <div class="content">
       <h1>Scheduled maintenance</h1>       
           <p>Discount Home Video has made the difficult decision to cease operations effective Friday, September 16th 2022.</p>
           <p>We appreciate the opportunity to serve you these past 2 years.</p>
           <p>All existing orders will be fulfilled, however our support and services will be fully discontinued in the coming weeks</p>
       </div>
   </div>
</body>
