@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
	/*background: linear-gradient(to right, #6c5ce7 , #e84393);*/
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	width: 50%;
	margin: 15px auto;
	padding: 20px;
	text-align: center;
	min-height: 50vh;
}
#playList{
	background: white;
	border-radius: 10px;
	text-align: left;
	opacity: 0.8;
	color: BLACK;
	
}
 li{
	padding: 10px;
}
li:hover, svg:hover {
	cursor: pointer;
	color: #e84393;
}
li.active{
	color: #6c5ce7;
}
#controls{
	border: 1px #eee solid;
	border-radius: 10px;
	padding: 10px;
	background: white;
	opacity: 0.8
}

svg{
	color: #6c5ce7
}

progress{
	width: 80%;
	margin: 10px;
	opacity: 0.5;

}

.timer{
	width:50%;
	position: relative;
	top:10px;
	left:0px;
	text-align:left;
	float:left;
	color: #6c5ce7;
}
.volumen{
	width:50%;
	position: relative;
	top:10px;
	right:0px;
	text-align:right;
	float:left;
	color: #6c5ce7;
	margin-bottom:20px;
}
#currentPlay{
	color: #6c5ce7
}
h3{
	color: #e84393;
	margin:0px;
}
