body {
       background-color: rgb(244, 244, 244);
       background-image: none;
       }

:root {
  --color-rgb: 112, 169, 203;
}

#header {
  background: rgb(89, 151, 190);
  color: rgb(244, 244, 244);
            }

#n-header-logo-left > img {
  height: 110px;
  background: rgb(112, 169, 203);
  color: rgb(244, 244, 244);
}

#n-header-logo-left {
  padding-left: 10px;
  padding-top: 5px;
}


.acc-form-description {
    text-align: left ;
}



.svg-collections-accent {
  fill: rgb(112, 169, 203);
}
