body {
	font-family: Arial, Helvetica, sans-serif;
	background: linear-gradient(to bottom, #771c49,#f88fc4, #facbe2, #FBEFF5);
}

.h2 {
	font-family: 'Dancing Script', cursive;
	font-size: 8rem;
	text-shadow: 10px 10px 5px rgb(117, 117, 117);
	display: flex;
    justify-content: center;
	align-items: center;
	color: rgb(10, 10, 10);
}

.text {
	text-decoration: none;
	color: rgb(27, 27, 27);
	font-weight: bold;
	font-size: 35px;
}

.text:hover {
    color: rgba(255, 255, 255, 0.432);
}

.quellen {
	font-family: 'Dancing Script', cursive;
	font-size: 100px;
	text-shadow: 10px 10px 5px rgb(117, 117, 117);
    font-weight: bolder;
	color: rgb(27, 27, 27);
	margin-left: 2%;
}

.quellen2 {
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
	text-shadow: 10px 10px 5px rgb(117, 117, 117);
    font-weight: bolder;
	color: rgb(27, 27, 27);
	margin-left: 2%;
}

.text2 {
	color: rgb(27, 27, 27);
	font-weight: bold;
	font-size: 35px;
}

.text2:hover {
    color: rgb(128, 118, 118);
}

.weiter {
	margin-left: 6%;
}

img {
	width: 200px;
    height: auto;
	border: 1px solid rgb(27, 27, 27);
}

.div1 {
	display: flex;
	align-items: center;
	gap: 20px;
}