styles.css
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.auto-style4 {
	font-size: x-large;
	font-family: "Segoe UI Emoji";
}
.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-link{
	color:black
	text-decoration: none;
	margin-left: 16px;
}

.halbe-breite {
	width: 50%;
}

.description-section {
	height: ;
	width: 80%;
	padding: ;
	display: flex;
	gap: ;
}

h2{
	text-align: center;
	font-size: 45px;
}
