html, body {
	font-family: "Titillium Web", sans-serif;
	background-color:#0b181e;
	color:#c5cfd9;
	font-size:14px;
	text-align: center;
}
.streaming-icon {
	font-size:3em;
}
.footer-icon {
	font-size:4em;
}
.album-cover {
  	max-width: 400px;
}
a {
	color:#c5cfd9;
	transition:0.5s;
}
a:hover {
	color:#2b5a74;
}
.artist-photo {
	border-radius: 8px;
	max-width: 200px;
	height: auto;
}

.footer-logo {
	font-weight: bold;
	margin-top: 50px;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.main-container {
	max-width:60%;
}

@media screen and (max-width: 768px) {
  	.main-container {
		max-width:90%;
	}
}