<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-rgb: 175, 66, 69;
}

body {
       background-color: #ecf0f5;
       background-image: none;
              }

#header {
  background: rgb(62, 80, 98);
  color: rgba(255,255,255,.6)
}

#n-header-logo-left &gt; img {
  height: 80px;
}

#n-header-logo-left {
  padding-left: 20px;
}

.acc-form-description {
    text-align: left ;
}

.svg-collections-accent {
    fill: rgb(175, 66, 69);
}
</pre></body></html>