header {
	background-color: green;
	color: white;
	width: 100%;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h4 {
	text-align: center;
}

#h4 {
	text-align: center;
	color: red;
}

p {
	display: table-cell;
    vertical-align: middle;
}

#p {
	display: table-cell;
    vertical-align: middle;
}

a {
	text-decoration: none;
}

#sekcja1 {
	background-color: white;
	height: 400px;
	width: 58%;
	float: left;
	padding: 1%;
}

#sekcja2 {
	background-color: white;
	height: 400px;
	width: 38%;
	float: right;
	padding: 1%;
}

#sekcja3 {
	background-color: white;
	width: 38%;
	float: left;
	padding: 1%;
}

#sekcja4 {
	background-color: white;
	width: 58%;
	float: right;
	padding: 1%;
}

#sekcja5 {
	background-color: white-space;
	width: 98%;
	float: left;
	padding: 1%;
}

footer {
	background-color: green;
	color: white;
	width: 100%;
	float: left;
	clear: both;
}
	