body{
	font-family: sans-serif;
	font-size: 10vw;
	margin: 0;
	border: 0;
	padding: 2vw;
	text-align: center;
	letter-spacing: 0.6vw;
	line-height: 20vw;
	/*text-decoration: line-through;*/
}

div{
	text-decoration: line-through;
}

a{
	text-decoration: line-through;
}

a:hover{
	color:rgba(255,255,255,0);
	text-decoration: none;
	/*schönes orange: rgb(255,193,0);*/
}
