body {
  background-color: rgb(255, 255, 255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
 }
        

/* Start of styles for home.html */

.image-gallery {
    margin-top: 25px;
}

.image-gallery div {
    background-color: rgb(244, 243, 245);
    border-radius: 8px;
}

.image-gallery img {
    max-width: 140px;
    max-height: 140px;
    margin: 5px;
    border-radius: 8px;
}

.image-gallery h2 {
    font-size: 1rem;
}

.paginator {
    margin-top: 20px;
}


/* End of styles for home.html */


/* Start of styles for top_tracks.html and top_artists.html */

.top-40-tracks div {
    background-color: rgb(244, 243, 245);
    border-radius: 8px;
}

.top-40-tracks img {
    max-width: 140px;
    max-height: 140px;
    margin: 5px 15px 5px 5px;
    border-radius: 8px;
    float: left;
}

.top-40-tracks h2 {
    font-size: 1rem;
    padding-top: 20px;
}


/* End of styles for top_tracks.html and top_artists.html */


/* Start of styles for tracks_by_artist.html */

.tracks-by-artist {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flow-root;      
}


.tba-image {
    border-radius: 8px;
    background-color: rgb(244, 243, 245);
    padding: 10px;
    height:100px;
}



.tba-image img {
  float:  left;
  border-radius:  8px;
  margin-right: 15px;
  max-width:  80px;
  max-height: 80px;

}

.tba-image h1 {
  padding-top:  15px;

}

.tba-list {
    padding: 10px;
}


.tba-list p {
  margin-left: 12px;
  text-indent: -12px;
}

.tba-btn {
  float: right;
}




/* End of styles for tracks_by_artist.html */


/* Start of styles for track_detail.html */

.track-detail {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flow-root;      
}


.td-image {
    border-radius: 8px;
    background-color: rgb(244, 243, 245);
    padding: 10px;
    height:100px;
}



.td-image img {
  float:  left;
  border-radius:  8px;
  margin-right: 15px;
  max-width:  80px;
  max-height: 80px;

}

.td-image h1 {
  padding-top:  10px;
  font-size: 1.5rem;

}

.td-image h2 {
  font-size:  1rem;

}



.td-list {
    padding: 10px;
}


.td-list p {
  margin-left: 12px;
  text-indent: -12px;
}

.td-btn {
  float: right;
}

/* End of styles for track_detail.html */


.content-section {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}


.filter-value {
    color: blueviolet;
    font-weight: bold;
}


.banner-detail {

    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    max-width: 200px;
    max-height: 200px;
     
}


.top-forty-list {
	list-style-type: none;
}



/* Start of styles for register.html */

.register-form h1 {
    font-size: 2.5rem;
}

.form-with-validation {
    font-size: 1rem;
    padding: 1rem;
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.form-with-validation div {
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
}

.form-with-validation input {
    padding: 0.25rem;
    max-width: 300px;
}

.form-submit {
    padding: 0.5rem;
    border-radius: 10px;
    width: 125px;
}

/* End of styles for register.html */



