/* Style for the album art */
.album-art {
  text-align: center;
}

.album-art img {
  max-width: 100%;
  height: auto;
}

/* Style for the songs list */
.songs {
  margin-top: 20px;
}

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

.songs li {
  margin-bottom: 10px;
}



/* Apply background image to the entire page */
body {
  margin: 0;
  padding: 0;
  background-image: url('bg.jpg');
  background-size: cover;
  background-position: center;
}

/* Style for the content within the background */
.background {
  padding: 20px; /* Adjust padding as needed */
}

.album-content {
  /* Styles for the album content */
}

/* Other styles for album art, songs, etc. */
.album-art {
  text-align: center;
}

.album-art img {
  max-width: 30%;
  height: auto;
}

.songs {
  margin-top: 20px;
}

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

.songs li {
  margin-bottom: 10px;
}

