:root {
  --color-rgb: 76, 124, 7;
}

#header {
  background: rgba(255,255,255);
}

#n-header-logo-left {
  padding-left: 16px;
  padding-top: 4px;
}

.svg-collections-accent {
  fill: rgb(76, 124, 7);
}

.acc-form-description {
    text-align: left ;
}

body {
    background-color: #fff9eb;
       }
