html{
	background-color: hsl(0,0%, 90%);
	font-family: sans-serif;
	text-align:justify;
	
}

body{
	width:1200px;
	margin:0 auto;
	background-color: hsl(0,0%, 70%);
}
#duzy{
	
	border:2px solid rgb(255,0,0);
	position:relative;
	padding:10px;
	padding-right: 100px;
	padding-bottom:100px;
	line-height: 1.8;
}
#mniejszy{
	border: 4px dotted hsl(0,100%, 50%);
	position: absolute;
	right:-80px;
	bottom: -100px;
	width: 1000px;
	background-color: rgb(220, 220, 220);
	padding:10px;
}

#miasto,#historia{
	width:150px;
	height:150px;
	background-color:hsla(0,0%, 70%,0.5);
	border:2px solid rgb(25,0,0);
	position: absolute;
	color:hsl(0,100%, 50%);
	right:-80px;
}

#historia{
	top:170px;
}
#miasto{
	top:388px;
}
h1{
	color:rgb(255,0,0);
	font-size:50px;
	text-shadow: 2px 2px rgb(0,0,0);
	position: absolute;
	top:-90px;
	
}