/* N4N AUDIO PLAYER*/
audio { 
  width: 280px;
  height: 40px; 
  box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
  border-radius: 10px;

  transform: scale(1.20);
}
#playlist {
	list-style: none;
}
#playlist li a{
   color:black;
   text-decoration: none;
   text-shadow: 0 0 3px #FF0000;
}
#playlist li a:hover {
   color:red;
}
#playlist .current-song a{
   color:#F4623A;
}
video { 
  width: 240px;
  height: 180px; 
  box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
  border-radius: 10px;

  transform: scale(1.20);
}