:root {
  --color-rgb: 30, 115, 190;
}

body {
       background-color: rgb(239, 239, 239);
       background-image: none;
              }

#header {
  background: white;
              }

#n-header-logo-left > img {
  height: 110px;
}


#n-header-logo-left {
  padding-left: 15px;
  padding-top: 10px;
}

.svg-collections-accent {
  fill: rgb(240, 144, 46);
}

.acc-form-description {
    text-align: left ;
}
