html{
  font-family: sans-serif;
} 

.header{
  display: grid;
  grid-template-columns: repeat(13,1fr);
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  z-index: 2;
}

.header-img{
  display: grid;
  grid-column: 7/7;
  padding: 2.5em;
  align-items: center;
  transform: scale(130%);
}

.break{
  grid-column: 4/11;
  grid-row: 3/3;
  border-bottom: 0.1em solid;
}





.main{
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(1,1fr);
  padding-top: 6em;
  z-index: 1;
}

#container{
  /* background-color: #b4bec4; */
  grid-column: 3/11;
  grid-row: 1/3;
  /* margin-top: 1.5em; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}





.bold{
  font-family: helvetica;
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 0.5em;
}





.left{
  /* position: fixed; */
  grid-column: 1/3;
  grid-row: 1/1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2em;
  padding-left: 5em;
}

.buttonL{
  /* margin-left: 2em; */
  margin-bottom: .5em;
  background-color: white;
  border: none;
  font-family: helvetica;
  font-size: 0.8em;
}

.buttonL:hover{
  text-decoration: underline;
  }
  
.buttonL:focus {
  text-decoration: underline;
}






.right{
  /* position: fixed; */
  grid-column: 11/-1;
  grid-row: 1/1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 0em;
}


.buttonR{
  /* margin-left: 2em; */
  margin-bottom: .5em;
  background-color: white;
  border: none;
  font-family: helvetica;
  font-size: 0.8em;
}

.buttonR:hover{
text-decoration: underline;
}

.buttonR:focus {
  text-decoration: underline;
}


/* #resetButton{
  margin-top: 2em;
} */

/* #sortLowHigh{
  background-color: rgb(216, 116, 86);
}

#sortHighLow{
  background-color: rgb(216, 86, 175);
} */


.color{
  grid-column: 11/-1;
  grid-row: 2/2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

 .songstyleContainer{
  padding:1em;
  /* border:1px solid black; */
  margin:1em;
  /* background-color: rgb(226, 226, 226); */
  width: 11em;
  line-height: 3%;
}  





  

img{
  width: 11em;
}

span{
  display: none;
}

p1{
  display: none;
}

h4{
  font-family: helvetica;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0em;
  margin-top: 0.5em;
}

h6{
  font-family: helvetica;
  font-size: 0.02em;
  font-weight: 500;
  line-height: 300%;
  margin-bottom: 0em;
  margin-top: 0.5em;
}

p{
  font-family: helvetica;
  font-size: 0.8em;
  margin-bottom: 0em;
  margin-top: 0.8em;
}