@charset "utf-8";
/* CSS Document */
music {
	color: black;
	background-color: lemonchiffon;
	width:100%;
	text-align: center;
	
}
heading {
	color: black;
	background-color: white;
	font-size:40px;
}
heading, artist, album_name, year, song_title, time_length {
	display: block;
}
artist, album_name, year {
	font-size:25px;
	font-weight: bold;
}
song_title, time_length {
	font-size: 20px;
}