body, html {
	height: 100%;
	/*min-height: 1200px;*/

	font-family: "pt sans narrow";

	background-color: #eee;
}

.coverBackground {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	height: 460px;
	display: flex;
	/*width: 100%;
	background-position: 50% 50%;
	*/
}

.lowerBackground {
	width: 100%;
	/*justify-content: center;*/
	display: flex;
}

.centerColumn {
	max-width: 420px;
	margin-inline: auto;
}

.coverImage {
  width: 100%;
  height: auto;
  display: block;
}

.coverPlayer {
	max-width: 378px;
	height: 420px;
	background-color: rgb(255 255 255 / 50%);
	border: 14px solid;
	border-color: rgb(255 255 255 / 0%);
	position: relative;
	margin-inline: auto;
	/*margin-left: 225px;
	margin-right: 225px;*/
	margin-top: 20px;
}

.crd-title {
	font-size: 2rem;
}

.crd-artist {
	font-size: 1.3rem;
}

a {
	color: inherit;
}

.svc-btn { width: 150px }

.copyright {
	font-size: xx-small;
	text-align: center;
}
