
body	{
	background-color:darkgray;
}
div#bildbereich	{
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header	{
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 180%;
	color:snow;
	margin-bottom: 1vmax;
}
h2	{
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 120%%;
	color:black;
	margin-bottom: 1vmax;
}
img	{
	position:relative;
	display: flex;
	width:auto;
	height: 80vh;
}
button{
	color: lavender;
	height: 40vmax;
	width: 7vmax;
}
