@charset "utf-8";
/* CSS Document */

.albumimg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	object-fit: cover;	
}

.albumheader {
	background-color: #e7f0d0;
	color: #000000;
	padding-top: 10px;
/*	padding-bottom: 25px;*/
	font-family: atrament-web, sans-serif;
	font-size: 42px;
	font-weight: 900;
/*	line-height: 42px;*/
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 0px;
	margin-top: 0px;	
}