body{
	margin: 0;
	padding: 0;
	font-family:  Arial, sans-serif;
	font-size:13px; 
	line-height: 140%;
	color:#5a5a5a;
}

.wrapper {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

header {
	height: 180px;
	padding-bottom:10px;
	background-color:#7eb2e0;
}

footer {
	height: 50px;
	text-align:center;
	background-color:#7eb2e0;
	color:white;
	padding-bottom:10px;
	padding-top:10px;
}

main {
  display:flex;
  flex:1;
  flex-wrap: wrap;
  margin-top:50px;
  justify-content:center;
  background-color:#fff;
	gap: 50px;
}


div.logo{float:left; 
		margin-top:30px; 
		margin-left:15%;
		height:135px;
		width:135px;
		color:#fff;
		
		}
		
div.store, div.discogs, div.label, div.sale {
  float: left;
  padding-bottom:20px;
 
  
}

div.text {width:250px;
padding-top:10px;}

img.coverimg	{border: 1px solid #7eb2e0;
		margin-bottom:5px;
border-top-left-radius:40px}

a.footer:link { font-weight:normal; color:#ffffff; text-decoration:none;  }
a.footer:visited { font-weight:normal; color:#ffffff; text-decoration:none; }
a.footer:focus { font-weight:normal; color:#ffffff; text-decoration:none;}
a.footer:hover {font-weight:normal; color:#ffffff; text-decoration:none;}
a.footer:active { font-weight:normal; color:#ffffff; text-decoration:none;}

a:link { font-weight:normal; color:#7eb2e0; text-decoration:none;  }
a:visited { font-weight:normal; color:#7eb2e0; text-decoration:none; }
a:focus { font-weight:normal; color:#7eb2e0; text-decoration:none; }
a:hover { font-weight:normal; color:#ffffff; text-decoration:none; border-bottom:1px solid #7eb2e0; background-color:#7eb2e0}
a:active { font-weight:normal; color:#7eb2e0; text-decoration:none; }

a.img:link { font-weight:normal; color:yellow; text-decoration:none;  }
a.img:visited { font-weight:normal; color:yellow; text-decoration:none; }
a.img:focus { font-weight:normal; color:#7eb2e0; text-decoration:none;}
a.img:hover { font-weight:normal; color:#7eb2e0; text-decoration:none; border-bottom:0px solid #7eb2e0; background-color:#ffffff}
a.img:active { font-weight:normal; color:#7eb2e0; text-decoration:none; }