:root {
  --color-rgb: 61, 89, 131;
}

body {
       background-color: rgb(242, 243, 246);
       background-image: none;
       }


.svg-collections-accent {
  fill: rgb(61, 89, 131);
}

.acc-form-description {
    text-align: left ;
}

#n-header-logo-left {
  padding-left: 5px;
  padding-top: 7px;
}
