.song {
	display: flex;
	align-items: center;
	font-size: 1.1em;
	font-family: "Roboto";
}
.pause {
	margin-left: 0.5em;
	cursor:pointer;
}

