<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0;
font-family: Georgia;
}
section{overflow: scroll;}

header, #footer{color: #FFF;
background-color: #005b4F;
text-align: center; 
}
#main{
	height: 400px;
	padding: 20px;
	background-color: #E1E2E1
}
h1{font-size: 24px;
}
h2{background-color: #00897B;
font-size: 32px;
text-align: center;
}
img {border-radius: 100%;
text-align: center;}

hr {background-color: #000;
height: 2.5px;}

#zdjecie {
width: 20%;
float: left;
}
#opis {
width: 80%;
float: left;
}
#linia {clear: both;
	width: 100%;
	float: left;}
#footer{
width: 50%;
float: left;}
#fwew {color: #FFF;}
</pre></body></html>