body{
	background-image: url("BSM_F95_Stadionoptik_98x125cm-1000x700.jpg");
	background-size: cover; 
	background-attachment: fixed;
	
	
}


p {
	color: black;
	
}
h1{
	color: white;
	
}
h2{
	color: white;
	
}
body img{
	width: 170px;
	transition: 2s;
	
}
body img:hover{
	 width: 69%;
	
}