<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-rgb: 57, 105, 74;
}

#header {
  background: white;
             }

body {
       background-image: url("/site/media/spytkowice-gbp_bg.png");
       background-repeat: repeat;
       background-size: 100% 100%;
       background-attachment: fixed;
           }


#n-header-logo-left &gt; img {
  height: 90px;
}

#n-header-logo-left {
  padding-left: 15px;
  padding-top: 7px;
}


.svg-collections-accent {
  fill: rgb(83, 121, 159);
}

.acc-form-description {
    text-align: left ;
}
</pre></body></html>