:root {
  --color-rgb: 7, 75, 126;
}

#header {
  background: white;
              }

#n-header-logo-left > img {
  height: 100px;
}

#n-header-logo-left {
  padding-top: 5px;
  padding-left: 15px
}

.svg-collections-accent {
  fill: rgb(33, 150, 243);
}

body {
       background-color: rgb(242, 242, 242);
       background-image: none;
       }

.acc-form-description {
    text-align: left ;
}
