body {
	font-family: 'Aldrich', cursive;
	font-size: 16px;
	line-height: 1.3;
	color: white; 
	background-color: black;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat;
}

a {
	text-decoration: none;
	color: inherit;
}

main {
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 60px;
	display: flex;
	justify-content: space-between;
}

.kontakt {
	padding-left: 10px;
	border-left: 2px white solid; 
}

