body {
	background: #000;
	color: #fff;
}

.song-info {
	transition: 500ms opacity;
}

.song-info.no-data {
	opacity: 0;
}
