#header {
  background: white;
    color: rgb(25, 58, 134);  
          }

#n-header-logo-left > img {
  height: 50px;
}

#n-header-logo-left {
  padding-left: 25px;
  padding-top: 10px;
}

:root {
  --color-rgb: 25, 58, 134;
}

body {
    background-color: rgb(247, 247, 247);
    background-image: none;
           }


.svg-collections-accent {
  fill: rgb(212, 177, 143);
}
