<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
      background: #f8f9fa;
      height: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
    }
    body &gt; main {
      flex: 1 0 auto;
    }
    footer {
      flex-shrink: 0;
    }
    .preview-img { 
      max-height: 200px; 
      object-fit: contain; 
      border: 1px solid #dee2e6;
    }

    .form-control:focus {
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
    }</pre></body></html>