:root {
  --color-rgb: 196, 148, 58;
}

#header {
  background: white;;
    color: #808080;  
          }

#n-header-logo-left > img {
  height: 90px;
}

#n-header-logo-left {
  padding-top: 2px;
  padding-left: 22px;
}



.svg-collections-accent {
  fill: rgb(196, 148, 58);
}

.acc-form-description {
    text-align: left ;
}

body {
       background-color: #f6f6f6;
              }
