/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
* {
	padding: 0;
	margin: 0;
}

.hero {
	width:200px;
	height:70px;
	background:none;
	display:flex;
	align-items:center;
	justify-content:center;
}

.music {
	width:400px;
	max-width:700px;
	padding: 0px;
	box-shadow: 0 0 20px rgba(green, 0, 0,0.4);
	background:none;
	color:#555;
	border-radius:8px;
}

.track {
	display: flex;
	align-items:center;
	margin-top:20px;
	width: 700px;
}

.track img {
	width: 700px;
	height: 70px;
	margin-right:30px;
	cursor:pointer;
}

.track div {
	flex:1;
}

h1 {
	color: #FFFFFF;
}

playBtn {
	height: 20px;
	width: 20px;
}

/* TIMECODE */
.timecode {
  color: red;
}