.musicList{
	width: 100%;
	padding: 40px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	user-select: none;
}
.wrapper{
	color: #fff;
	width: calc(50% - 25px);
	margin-top: 30px;
	user-select: none;
}
#name{
	position: relative;
	top: -6px;
	font-weight: 300;
	left: 10px;
}
button{
	width: 26px;
	height: 26px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	background-image: url(../img/paly.png);
}