/* Reset default margin and padding for all elements */
body, h1, p {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  color: #333;
  #color: #282828;
}

/* Navigation bar */
header {
#  background-color: #333;
#  color: #fff;
  padding: 10px;
}

/* Center the navigation menu */
nav {
  display: flex;
  justify-content: center;
}

nav ul {
  list-style: none;
  padding: 0;
  padding-top: 5px;
  margin: 0;
}

nav li {
  margin: 0 10px;
  display: inline-block;
}

nav a {
  #color: #fff;
  color: #333;
  #color: #282828;
  text-decoration: none;
}

/* Main content section */
.container {
  max-width: 960px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
}

/* Hero section with artist image */
.hero {
  text-align: center;
  margin-bottom: 20px;
}

.hero img {
  max-width: 50%;
}




/* Biography section */
.biography {
  margin-bottom: 30px;
}



/* Music section */
.stores {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.stores h2 {
  margin-bottom: 10px;
}

.stores ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.stores li {
  margin-bottom: 5px;
}




/* Discography section */
.discography {
  margin-bottom: 30px;
}

.discography h2 {
  text-align: center;
  margin-bottom: 10px;
}

.discography ul {
  list-style: none;
  padding: 0;
}

.discography li {
  margin-bottom: 5px;
}

.discography img {
  max-width: 60%;
}

.album img {
  max-width: 95%;
  //height: 100%;
  //width: 100%;
  //object-fit: contain;
}

# style='height: 100%; width: 100%; object-fit: contain'



/* Contact section */
.contact {
  text-align: center;
}

.contact p {
  margin-bottom: 10px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.social-icons li {
  margin: 0px 5px;
}


.copyright {
  text-align: center;
  color: #bbbbbb;
  font-size: 95%;
}

.copyright p {
  margin-bottom: 10px;
}
