body {
	font-family: 'Arial';
	background-color: #000000;
}

.p1 {
	text-shadow: 10px 10px 5px #ffd6306e;
	font-size: 100px;
	font-weight: bolder;
	color: #ffd430;
	display: flex;
	justify-content: center;
}

.h2 {
	font-size: 200px;
	text-shadow: 10px 10px 5px #ffffff63;
	display: flex;
    justify-content: center;
	align-items: center;
	color: #ffffff;
}

.text {
	text-decoration: none;
	color: #ffd430;
	font-weight: bold;
	font-size: 35px;
}

.text:hover {
    color: rgba(255, 255, 255, 0.432);
}

.quellen {
	font-size: 100px;
	text-shadow: 10px 10px 5px #ffd6306e;
    font-weight: bolder;
	color: #ffd430;
	margin-left: 2%;
}

.bild {
    width: 150px;
    height: auto;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid white;
}

.text2 {
	color: #ffd430;
	font-weight: bold;
	font-size: 35px;
}

.text2:hover {
    color: rgba(255, 255, 255, 0.432);
}

.weiter {
	margin-left: 6%;
}