body {
	height: 100vh;
	background-color: black;
/* 	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../img/wal.png"); */
	color: white;
	padding: 30px;
}
h1 {
	color: red;
	border: 2px dotted purple;
	text-align: center;
	font-size: 200%;
}
strong {
	color: grey;
}
footer {
	clear: both;
	padding: 10px;
	text-align: center;
}
a {
	color: orange;
	text-decoration: none;
}
a:hover {
	color: red;
}
.bild {
	float: right;
}
.wal {
	width: 500px;
	height: 500px;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.fett {
	font-weight: bold;
}
.yasin {
	display: inline-block;
}
.yasin::first-letter {
	color: yellow;
	font-size: 150%;
}
@media screen and (max-width: 960px) {
	.bild {
		float: none;
		text-align: center;
	}
	.wal {
		width: 80%;
		height: 80%;
	}
}