html {
  font-size: 11px;
  font-family: Overpass;
  background-color: #FFFFFF;
  color: #d52379
}

.stierlnball img {
  height: 300px;
  position: fixed;
    top: calc(50% - 180px);
    left: calc(50% - 150px);
}

p.fuss {
	position: fixed;
	text-align: center;
	font-family: Overpass;
	bottom: 5px;
}

.text-trailer {
	font-size: 16px;    
	line-height: 2;
	letter-spacing: 2px;
	text-align: center;
	font-family: Overpass;
	position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 40px);
}


a { 
	text-decoration: none; 
}

a:link { 
color: #d52379; 
}

a:visited { 
color: #d52379; 
}

a:hover {
color: #e56aab;
}