
<html>
  <head>
    <title>500 - System error</title>
    <style>
      body {
        font-family: arial, helvetica, sans-serif;
        color: #000000;
        padding: 20px;
        display: flex;
      }
      .error, .ok {
        padding: 5px;
        background: #ffdbdb;
        border: 2px solid #ff0000;
        border-radius: 5px;
        text-align: left;
        width: 100%;
      }
      .ok {
        background: #dbffdb;
        border: 2px solid #00ff00;
      }
      .error-content{
        width:100%;
        display:flex;
        align-items:center;
        justify-content: center;
        flex-direction: column;

        text-align:center;
      }
      .center{
        display:inline-block;
      }
    </style>
  </head>
  <body>
    <div class="error-content">
      <div class="center">
        <img src="https://www.lovell-rugby.co.uk/images/rugby/logo.svg" alt="Rugby Shirts and Rugby Boots - Lovell Rugby" border="0" />
        <P>Sorry, our site is down right now. Please try again later.</p>
      </div>

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