body {
	font-family: 'Arial';
	background-color: rgba(0, 0, 0, 0.822);
}

.h2 {
	font-size: 200px;
	text-shadow: 10px 10px 5px rgba(255, 255, 255, 0.205);
	display: flex;
	justify-content: center;
	color: white;
}

.p1 {
	text-shadow: 10px 10px 5px rgba(255, 255, 255, 0.205);
	font-size: 100px;
	font-weight: bolder;
	color: white;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
}

.p2 {
	font-size: 60px;
	font-weight: bolder;
	color: white;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
}

.p3 {
	text-shadow: 10px 10px 5px rgba(255, 255, 255, 0.205);
	font-size: 40px;
	font-weight: bolder;
	color: white;
	display: flex;
	justify-content: center;
}

.p3:hover {
	color: rgba(255, 255, 255, 0.438);
}


.uber {
	font-weight: bold;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.685);
}

.uber:hover {
	color: rgba(255, 255, 255, 0.438);
}

.leiste {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.884);
	height: 50px;
	border-radius: 3px;
	margin-bottom: 3px;
}

.bild {
	width: 80%;
}

.mitglied {
	width: 80%;
	border-radius: 12px;
	border: 5px solid rgba(0, 0, 0, 0.863);
	background-color: rgba(0, 0, 0, 0.863);
}