body
{
	background-image: url("img/black.webp");
	font-family: "Arial roundet", sans-serif;
	color: yellow;
	
	
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo1
{
	/*height: 140px;*/
	background-color: #323a3d;
	/*padding: 10px;*/
	text-align: center;	
	border-radius: 20px;

	box-shadow: inset 0px 0px 20px blue;
}

#logo2
{
	/*height: 140px;*/
	background-color: #323a3d;
	/*padding: 10px;*/
	text-align: center;	
	border-radius: 20px;
	
	box-shadow: 0 0 60px 20px red;

}
h1
{
/*	color: #ffffff;*/

	font-size: 40px;
	text-align: center;
	line-height: 100px;
	/*line-height: 100px, to wysokość linii
	dzięki tej właściwości h1 jest wyśrodkowany w pionie*/
}

#content
{
	background-color: #323a3d;	
	border-radius: 20px;
/*	box-shadow: 0 0 60px 20px yellow;*/	
}

#content2
{
	padding: 20px;	
	border-radius: 20px;
	box-shadow: inset 0px 0px 20px blue;	
}

p
{
	/*color: #ffffff;*/
	text-align: justify; 
	font-size: 14px;
}


hr
{
	height: 10px; 
	background: black; 
	border: 0px;
	
}

#fotografie
{
	text-align: center;
}

#foto
{

	width: 200px;
	border: 0px;
	float: left;
	
}

#fotorama
{

	width: 200px;
	border: 0px;

	
}

#pustka
{
/*	background-color: #323a3d;*/
	min-height: 530px;
	padding: 10px;
	border-radius: 20px;
/*	box-shadow: inset 0px 0px 20px blue;	*/
	width: 565px;
	margin-left: 5px;
	margin-right: auto;	
	border: 0px;
	float: left;	
	
}

.w_pionie 
	{
      display: flex;       /* Użyj Flexbox */
      align-items: center; /* Wyrównaj elementy potomne (obraz) w pionie */
      justify-content: center; /*dla wyśrodkowania w poziomie */
      height: 530px;       /* Upewnij się, że kontener ma wysokość */
    }

#lewarama
{
	margin-left: auto;
	margin-right: auto;		
	float: left;
}

#prawarama
{
	margin-left: 9px;
	margin-right: auto;	
	float: left;
}

#obrazy
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

img
{
	border-radius: 10px;	
	width: 180px;
	height: 180px;
}


