<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>RISMedia - Scheduled Maintenance</title>
  <style>
    * {margin: 0;padding: 0;box-sizing: border-box;}
    body {font-family: Hind,Helvetica,Arial,sans-serif;background-color:#051834;display: flex;align-items: center;justify-content: center;min-height: 100vh;text-align: center;padding: 20px 50px;}
    h1 {font-size: 2.5rem;margin-bottom: 10px;color: #fff;}
    p {font-size: 1.1rem; color: #fff;line-height: 1.5;}
    .container {width: 100%;}
    .maint {text-align:center;margin:0px auto;padding-top:0px}
    .cat {background-color:#5a7da7;color:#051834;width:200px;padding:5px 10px;border-radius:15px;text-align:center;margin:10px auto;font-size:12px}
    .logo img{max-width: 350px!important;width: 300px;height: auto; margin-bottom: 20px;}
    .bod-wrap {margin-bottom:75px;text-align:center}
    /* Responsive adjustments */
    @media (max-width: 480px) {
      h1 { font-size: 1.5rem;}
      p {font-size: 1rem;}
    }
  </style>
</head>
<body>
  <div class="container maint">
    <div class="bod-wrap">
        <div class="cat">System Update In Progress</div>
          <h1>Scheduled Maintenance</h1>
            <p>Our site is currently undergoing scheduled maintenance.<br>Thank you for your patience – please check back shortly.</p>
      </div>
    <div class="logo">
        <img src="https://www.rismedia.com/wp-content/uploads/2022/12/media-kit-logo-rismedia.png" alt="Logo">
      </div>
  </div>
</body>
</html>