body{
	padding:5px;
	background-size:100% auto;
	background-image: url("../img/tlo.png");
	height:100%;
	width: 100%;
	background-repeat:no-repeat;
	background-color: white;	

	/*background-position: center;

	*/

	background-attachment: fixed;
}
*.tytul{
color: white;
font-weight: bolder;
  font-size:3em;
  text-shadow: 0 0 8px black;
}