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


.svg-collections-accent {
  fill: rgb(199, 109, 81);
}


#header {
  background: rgba(241, 235, 213);
}

body {
       background-color: rgba(241, 235, 213);
              }


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


.acc-form-description {
    text-align: left ;
}
</pre></body></html>