.artist {
  font-size: 0.9em;
}

.albums {
  overflow: auto;    
  border: 0;
}

th {margin: 0 25vh 0;}

table {
 text-align: center; 
}

img {
  box-shadow: 0 0 5px black;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 250px;
  transition: all .5s;
  z-index: 1;
}

img:hover {
  transform: scale(1.2, 1.2);
  z-index: 2;
}

















