* {
	box-sizing: border-box;
}

body {
	background: #000 url(images/bg.jpg) no-repeat top center;
	background-position-x: calc(50% - 4px);
	font-size: 12px;
	color: white;
	font-family: tahoma;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100vh;
	margin-top: 50px;
}

#logotyp {
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
}

#strony {
	width: 100%;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

img {
	max-width: 100%;
}

#stopka {
	text-align: center;
	color: white;
	font-size: 14px;
	padding-top: 30px;
}

@media (min-width: 1134px) {
	#strony {
		flex-wrap: nowrap;
	}
	.separator {
		width: 61px;
	}
}
