.home {
	background-image: url(../img/Strony\ internetowe/tlo.png);
	max-width: auto;
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	justify-content: center; /* Wyśrodkowanie w poziomie */
	align-items: center; /* Wyśrodkowanie w pionie */
}

.home h1 {
	color: #000000;
	font-size: 70px;
}

.policy {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.policy h3 {
	text-align: center;
}
.policy a {
	text-decoration: none;
	color: #000000;
}
@media only screen and (max-width: 960px) {
	.home {
		width: 100%;
		height: 200px;
	}
	.home h1 {
		font-size: 40px;
	}
	.policy p {
		margin-left: 20px;
		margin-right: 20px;
	}
}
