body{
	background-color: black;
}

.title{
	font-weight: bold;
	font-size:5vw;
	color: rgba(200,200,200,0.9);
	text-align: center;
	text-shadow: #cfff04 -1px -2px;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
  top:0px;
}

.player{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul {
	position: absolute;
	left: 0px;
	top: 0px;
  list-style-type: none;
  margin: 0;
  padding: 0;
	background-color: #555;

}

li a {
	display: block;
	color: #000;
	padding: 8px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #f1f1f1;
  color: black;
}

.active {
  background-color: #cfff04;
  color: white;
}
