body {
	width: 100%;
	height: 100%;
	position: absolute;
    display: flex;
    justify-content: center;
	margin: 0;
}

.body-block {
	width: 100%;
    height: 100%;
	background-image: url("auto.jpg");
	background-color: gray;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: right top;
	display: flex;
	flex-direction: column;
	align-content: center;
}

.headline{
	text-align: center;
}

.kontakt{
	padding-left: 5px;
}