body {
    background-color: rgb(249, 250, 250);
    background-image: url("/site/media/obrzycko-mbp_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
         }

:root {
  --color-rgb: 0, 43, 115;
}

#header {
  background: rgb(249, 250, 250);
    color: rgb(17, 25, 25);  
          }


#n-header-logo-left > img {
  height: 100px;
}

#n-header-logo-left 
      {
        padding-left: 20px;
        padding-top: 8px;
       }


.svg-collections-accent {
    fill: rgb(203, 72, 120);
}


.acc-form-description {
    text-align: left ;
}
