.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 250px;
  font-family: Arial;
  background-color: white;
  margin-left:auto;
  margin-right:auto;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.artistAlbum {
  padding: 0px;
  width: 250px;
  height: 100px;
}

.table {
  margin-left: auto;
  margin-right: auto;
  border-collapse:separate; 
  border-spacing:5em 2em;
  text-align: center;
}

.albumArt {
  width: 200px;
}

img {
  padding: 20px
}

.sortButton {
  margin-top: 40px;
  text-align: center;
}

p, h4 {
  margin: 15px;
}

h1 {
  font-size: 5em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Arial;
  text-align: center;
  color: black;
  text-shadow: 
  0 0 7px #fff,
  0 0 10px #fff,
  0 0 21px #fff,
  0 0 42px #fff,
  0 0 82px #fff,
  0 0 92px #fff,
  0 0 102px #fff,
  0 0 151px #fff;
}

body {
  background-image: url(../assets/husk.jpg);
  background-position: center;
}

h2 {
  font-family: 'Comic Sans MS';
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  color: black;
  text-shadow: 
  0 0 7px #fff,
  0 0 10px #fff,
  0 0 21px #fff,
  0 0 42px #fff,
  0 0 82px #fff;
  /* animation: color-change2 0.99s step-start infinite; */
}

tr { 
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

button {
  font-size: 150%;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}