
h1 {
	color: blue;
	font-size:14px;}


p {color:blueviolet; 
	font-family:Verdana, Geneva, Tahoma, sans-serif;}


.header-image{
	margin-top: 12px;
	width: 80%;
	}
	.headline{
	color: #D2B48C;
	margin-left: 200px;
	}

	.text2{
		text-align:center ;
	margin-top: 16px;
	margin-left: 12px;
	}
	.text3{
	margin-top: 16px;
	margin-left: 12px;
	}	
	.rights{
	margin-top: 16px;
	width: 50%;
	}
	a{
	color: rgb(0,100,255);
	}
	a:hover{
	text-decoration: underline;
	}
	.image {
		background-image: url(/Testprojekt01/IMG_20250227_204212.jpg );
		background-size: cover;
		background-position: center;
		border-radius: 50%;
		width: 300px;
		height: 300px;
	}
	.speziell{
color: coral;

	}