<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AveMariaCloud</title>
<style>
  /* Reset */
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background: #f0f8ff;
    color: #03254c;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.6;
    font-size: 18px;
  }
  header {
    background: #0074d9;
    color: white;
    padding: 1rem 1.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.75rem;
  }
  main {
    flex: 1;
    padding: 2rem 1.5rem;
    max-width: 80%;
    margin: 0 auto;
  }
  h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #004a99;
  }
  p.lead {
    font-size: 1.2rem;
    color: #054a91;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 2rem;
  }
  a.button-link {
    display: inline-block;
    background: #005bb5;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.4rem;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    text-align: center;
  }
  a.button-link:hover,
  a.button-link:focus {
    background: #00408a;
    outline: none;
  }
  footer {
    background: #001f3f;
    color: #a9c9ff;
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
  }
  footer a {
    color: #c7d8ff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
  }
  footer a:hover,
  footer a:focus {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
  }

  @media (max-width: 480px) {
    h1 {
      font-size: 2rem;
    }
    p.lead {
      font-size: 1rem;
      margin-bottom: 1.5rem;
    }
    a.button-link {
      padding: 0.65rem 1.2rem;
      font-size: 1rem;
    }
    footer {
      font-size: 0.85rem;
    }
  }
</style>
</head>
<body>
<header>
  AveMariaCloud.com
</header>
<main>
  <h1>Welcome to AveMariaCloud</h1>
  <p class="lead">
    Luke 1:26
    <hr>
    <BR>
    26 And in the sixth month, the angel Gabriel was sent from God into a city of Galilee, called Nazareth,  27 To a virgin espoused to a man whose name was Joseph, of the house of David; and the virgin's name was Mary.  28 And the angel being come in, said unto her: Hail, full of grace, the Lord is with thee: blessed art thou among women.  29 Who having heard, was troubled at his saying, and thought with herself what manner of salutation this should be.  30 And the angel said to her: Fear not, Mary, for thou hast found grace with God.
  </p>

  <div style="text-align:center;">
    <a href="/multi-model-chatbot" class="button-link" aria-label="Go to Multi-Model Chatbot tool">
      Multi-Model Chatbot
    </a>
  </div>

  
</main>
<footer>
  <div id="informationFooter">
    <!-- Example footer links -->
    <a href="/privacy">Privacy Policy</a> | 
    <a href="/terms">Terms of Service</a> | 
    <a href="/contact">Contact</a>
  </div>
  <script src="https://www.avemariacloud.com/generic-loader.js"></script>
</footer>
</body>
</html>
