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 {
    border-radius: 8px;
    background-color: darkgrey;
    background-color: rgb(244, 243, 245);
}

.image-gallery img {
    max-width: 90px;
    max-height: 90px;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    float: left;     
}

.image-gallery h2 {
    margin-top: 5px;
    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 {
    border-radius: 8px;
    background-color: darkgrey;
    background-color: rgb(244, 243, 245);
}

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

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



/* 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: 5px;
    border-radius: 10px;
    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: 5px;
    height:60px;
}

.tba-image img {
  float:  left;
  border-radius:  8px;
  margin-right: 5px;
  max-width:  50px;
  max-height: 50px;
}

.tba-image h1 {
  font-size:  20px;
  padding-top:  15px;
}


.tba-list {
    padding: 5px;
}


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

.tba-btn {
  float:right;
}
/* End of styles for tracks_by_artist.html */



/* Start of styles for track_detail.html */

.track-detail {
    background: white;
    padding: 5px;
    border-radius: 10px;
    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: 5px;
    height:60px;
}

.td-image img {
  float:  left;
  border-radius:  8px;
  margin-right: 5px;
  max-width:  50px;
  max-height: 50px;
}

.td-image h1 {
  font-size: 16px;
  padding-top: 5px;
}

.td-image h2 {
  font-size: 12px;
}



.td-list {
    padding: 5px;
}


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

.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: 90px;
    max-height: 90px;
     
}


.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 */


/*



*/