.hero{
	width: 100%;
	height: 400px;
	//background: purple;//#a9a9a9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.music{
	width: 90%;
	max-width: 900px;
	padding: 30px;
	box-shadow: 0 0 20px rgba(90, 34, 139, 0.4);
	background: #fff;
	color: #555;
	border-radius: 8px;
}
.track{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.track img{
	width: 70px;
	margin-right: 30px;
	cursor: pointer;
}
.track div{
	flex: 1;
}
table{
	width: 100%;
}
.vollbox{
	align: right;
}
