a:link, a:visited, a:hover, a:active {
  color: #222222;
}

span{
	text-align: center;
	display:inline-block;
	margin: 0 auto;
	width:500px;
	height:200px;
}

.wrapper{
	text-align: center;
}

.linker{
	margin-top: 200px;
  line-height: 100px;
}

#heldplay{
	margin-top: 150px;
	animation:20s linear infinite rotation;
}

@keyframes rotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
