<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Raleway', sans-serif;
  }
  
  /* Logo card effect */
.logo-card {
    display: inline-block;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  
  .header {
    background-color: #0099cd; /* Pantone 801C */
    padding: 20px;
    color: white;
  }
  
  .header img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  
  h1 {
    font-family: 'Saira', sans-serif;
  }
  
  h2 {
    color: #e6358b; /* Pantone 205C */
    margin-top: 40px;
  }
  
  .card-title {
    color: #cd3333; /* Pantone 1797C */
  }
  
  .card-content p {
    font-family: 'Raleway', sans-serif;
    text-align: justify;
  }
  
  .page-footer {
    background-color: #575756; /* Pantone Cool Grey 11C */
    padding-top: 20px;
  }
  
  .page-footer .white-text {
    font-family: 'Saira', sans-serif;
  }
  
  .page-footer .grey-text {
    color: #878787; /* Pantone Cool Grey 8C */
  }
  </pre></body></html>