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