body{font-family: 'Balsamiq Sans';font-size:0.8em; scrollbar-color: #BEBF8A #FAF9F5;
  scrollbar-width: thin;}


.container {
  padding:20px;
  margin: auto;
  background-color: #b3ba8b;
  overflow-x: hidden;
  overflow-y:scroll;
  border-radius:15

}

.header {
  background-color:#f5f5f6;
  height:1em;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top:0.5em;
  padding-bottom:0.5em;
  padding-left: 20px;
  color:black;
}

.musicbox {
  height:auto;
  padding:10px;
  border-radius: 25px;
  display:inline-block;
}


th td {
  height: 75px;
  width:75px; 
  margin:2px;
  padding: 2px;
  text-align:center;
}

table img {
  height: 75px;
  
  margin:2px;
  border-radius:20px;
}

 .scrollmenu img {
  height:220px;
  }



 .scrollmenu {
  overflow: auto;
  overflow-x:scroll;
  overflow-y:hidden;
  white-space: nowrap;
  scrollbar-color: #f1e4d2 #fdf6ed;
  scrollbar-width: thin;
}


