*{
	box-sizing:border-box;
}
html{
	background-color:hsl(0,0%,85%);
}
body{
	width: 1400px;
	margin: 0 auto;
	text-align: justify;
}
header{
   background-color: hsl(0,80%,75%);
	padding: 10px;
}
nav{
   background-color: hsl(200, 80%,75%);
	padding: 10px;
}
section{
	width: 1100px;
	float: left;
	padding: 10px;
	height: 500px;
	overflow:auto;
	background-color: hsla(180,60%,60%,0.5);
	}
aside{
	width: 300px;
	float: right;
	padding: 10px;
	height: 500px;
	}
footer{
	background-color: hsl(0,80%,75%);
	padding: 10px;
	clear: both;
}
h1,h3{
	text-align: center;
}
a{
  text-decoration: none;
}
nav a{
	padding: 10px;
}
nav a:hover{
	background-color: gray;
	color: white;
	box-shadow: 2px 2px 5px;
}
#pkt1{
	list-style-type: decimal-leading-zero;
}
#pkt2{
	list-style-image: url(zaba_m_m.png);
	list-style-position: inside;
}
#pkt3{
	text-align: right;
	list-style-position: inside;
}
#herbata{
	position: absolute;
	z-index: -1;
}
table{
	width: 300px;
	border: 1px solid black;
}

td{
		border: 1px solid black;
}