@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*, *::before, *::after {	margin: 0; padding: 0; 	box-sizing: border-box;}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {  margin: 0;  }
ul[role='list'], ol[role='list'] {  list-style: none;}
html:focus-within {  scroll-behavior: smooth;}
body {  min-height: 100vh;  text-rendering: optimizeSpeed;  line-height: 1.5; -webkit-text-size-adjust: 100%;  font-size: 20px; padding:2rem 0; font-family: 'Lato', sans-serif;}
a:not([class]) {  text-decoration-skip-ink: auto;}
img,picture {  max-width: 100%;  display: block; margin:1rem 0;}
input,button,textarea,select {  font: inherit;}
:any-link {    font-weight: 600; }
:root {	-moz-tab-size: 4;	tab-size: 4;
            
--glowny-kolor-tla: #434343;  

}

p  {margin: 1rem 0;}
h3 {margin: 3rem 0 1rem 0;}
h4 {margin: 1rem 0;}

.container { width: min(95%, 1200px);  margin-inline: auto;	}

.sekcja {padding:3rem 0; }
#nazwy {background-color:#dfdfdf;}

.tip {padding: 1rem; margin:1rem 0; background-color: orange;}