:root {
  --color-rgb: 0, 56, 102;
}

#header {
  background: rgba(255,255,255);
  color: rgb(0, 56, 102);
}


.svg-collections-accent {
  fill: rgb(0, 56, 102);
}

#n-header-logo-left {
  padding-left: 10px;
  padding-top: 2px;
}

.acc-form-description {
    text-align: left ;
}
