<style>
  /* Typography: standardize all base text and headings */
  body {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }

  h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }

  h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  p {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  a.ml-link {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
  }

  a.ml-link:hover {
    text-decoration: underline;
  }

  .ml-section-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    border-left: 4px solid #e74c3c;
    padding-left: 10px;
  }

  .ml-model-subtitle {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .ml-thumbnail-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .ml-thumbnail {
    width: 220px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .ml-text {
    flex: 1;
    min-width: 250px;
  }

  footer {
    margin-top: 3rem;
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 0.9rem;
  }

  /* Responsive layout */
  @media (max-width: 768px) {
    .ml-thumbnail-block {
      flex-direction: column;
    }

    .ml-thumbnail {
      width: 100%;
      max-width: 400px;
    }
  }

  /* Logo styling */
  .navbar-item.logo span.ml {
    color: red;
  }

  .navbar-item.logo span.powers {
    color: black;
  }

  .navbar-item.logo span.ai {
    color: red;
  }
</style>
