:root {
  --color-rgb: 148, 12, 5;
}

#header {
  background: white;
    color: #494949;  
          }


body {
       background-color: rgb(246, 246, 246);
       background-image: none;
              }

#n-header-logo-left > img {
  height: 100px;
}


#n-header-logo-left {
  padding-left: 10px;
  padding-top: 5px;
}

.svg-collections-accent {
  fill: rgb( 148, 12, 5);
}

.acc-form-description {
    text-align: left ;
}
