@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
	
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	width: 97%;
	text-align: center;
	min-height: 50vh;
}

#playList{
	background: #3397ba;
	border-radius: 20px;
	text-align: left;
	opacity: 0.8;
	color: #fff;
}

li{
	padding: 10px;
}

li:hover, svg:hover {
	cursor: pointer;
	color: #fff;
}

li.active{
	color: #fff;
	font-weight: 600;
}

#controls{
	border: 1px #eee solid;
	border-radius: 10px;
	padding: 10px;
	background: linear-gradient(to right, #1f345a , #0a7b97d5);
	opacity: 0.8
}
 
svg {
	color: #fff;
}
 
progress{
	width: 80%;
	margin: 5px;
	opacity: 0.5;
 
}
 
.timer {
	width:50%;
	position: relative;
	top:10px;
	left:0px;
	text-align:left;
	float:left;
	color: #fff;
	font-weight: 600;
}
.volumen{
	width:50%;
	position: relative;
	top:10px;
	right:2px;
	text-align:right;
	float:left;
	color: #849dc1;
	margin-bottom:20px;
}
#currentPlay{
	color: #fff;
	font-weight: 300;
}
  
h3{
	color: #fff;
	margin:20px;
}

p {
	color: white;
}

p a {
	color: white;
}

p a:hover {
	color: #ffffff;
	font-weight: 600;
}