head 
{background-color: #000000;
}
.logo
{ display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
/*display:flex;
justify-content:center;*/
padding-top:50px;
/*max-width:800px;*/
/*max-height:50%;
max-width: 50%;
min-width: 10%;*/

/*height:auto;
object-fit:fill;*/
}
body 
{background-color: #000000;
}
.listen_online 
{text-align: center;
color: white;
font-size:35px;
padding-top:64px;
}
.music_links 
{display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 16px;
max-width: 1000px;
margin: 0 auto;
padding: 44px 10px;
opacity: .8;
}
.music_links img 
{width: 100%;
max-width: 175px;
height: 125px;
object-fit: cover;
border-radius: 0px;
}
.amazon 
{max-width: 225px;
height: 125px;
margin:auto;
    }
.apple
{max-width: 375px;
height: 125px;
margin:auto;
}
.spotify
{
width: 225px;
height: 125px;
margin:auto;
}
.youtube
{max-width: 225px;
height: 125px;
margin:0;
}
.contact-info
{color: white;
text-align: center;
font-size:21px;
font-family:sans-serif;
}
a 
{color:white;
}