#n-header-logo-left > img {
  height: 110px;
    }

#n-header-logo-left {
  padding-left: 10px;
  padding-top: 5px;
}

#header {
      color: rgb(80, 85, 89);
          }




:root {
  --color-rgb: 240, 105, 106;
}

body {
    background-color: rgb(221, 200, 161);
    background-image: url("/site/media/trzciel-bpmig_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
       }
