body{
	/*background-color: rgb(170,185,198);*/
	background-color: rgb(246,198,168);
}

a{
	/*gelb:*/ color: rgb(255,193,38);
	/*zuletztes hellblau: color: rgb(224,224,297);*/
	/*hellblautürkis: color: rgb(224,233,202);*/
	/*Eierschale: color: rgb(229,216,176);*/
		text-decoration-color: rgba(146,65,28, 0.5)

	/*text-decoration-color: rgba(224,224,297, 0.5)*/
}

a:visited {
	color: rgb(229,216,176);
}

a:hover{
	text-shadow: 0px -0.6em rgb(255,193,38);
	text-decoration-color: rgba(255,255,255,0);
	z-index:1; display:inline-block; padding-bottom:0; padding-top:-5vw; padding-left: 1vw; 
	transform: rotate(-0.02turn);

}