body {
	background-color: #111;
	color: #eee;
	text-align: center;
	font-family: "Courier New", monospace;
	margin:0;border:0;padding:0;
}

a {
	color: #eee;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.55em;
}

.credit_style {
	font-size: 2.55em;
}

.song_title {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	margin-bottom: 1.75em;
	margin-top: 2.5em;
}

#footer {
	margin-top: 9em;
}

#play_image {
	/*width: 8em;*/
}

#info_img {
	width: 1.2em;
	height: auto;
	vertical-align: bottom;
}

#logo {
	width: 500px;
	max-width: 98%;
}

@media screen and (max-width: 500px) {
	.credit_style {
		font-size: 10vw;
	}
	h1 {
		font-size: 10vw;
	}
	.song_title {
		margin-bottom: 5vh;
		margin-top: 7vh;
		font-size: 4.5vw;
	}
	#footer {
		font-size: 4vw;
		margin-top: 19vh;
	}
	#play_image {
		max-width: 30vw;
	}
}