
<!doctype html>
<title>Site Maintenance</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<style>
  body {
    text-align: center;
    padding: 150px;
    font-family: 'Lato', sans-serif;
    color: #333;
  }

  .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: 50px;
  }

  article {
    display: block;
    text-align: left;
    width: 75%;
    font-size: 20px;
    margin: 0 auto;
  }

  a:hover {
    color: #333;
    text-decoration: none;
  }
</style>

<article>

  <div class="background">
    <div class="content">
      <h1>We&rsquo;ll be back soon!</h1>
      <p>We're very sorry for the inconvenience but we&rsquo;re performing maintenance. Please check back soon...</p>
      <p>&mdash; The Aged Care Guide Team</p>
    </div>
  </div>

</article>

