body {
  background-color: #1b0485;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
h1 {
  font-size: 1.3em;
  text-align: center;
}
.foot {
  font-size: 0.9em;
  text-align: center;
  margin-top: 1em;
  background-color: #1b0485;
  color: white;
}

a {
  color: inherit;
}

.gridish {
  border-radius: 5px;
  background-color: rgb(58, 1, 83);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  justify-content: center;
}

.gridish > * {
  flex: 1 1 10em;
}
.box1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  max-width: 135px;
  justify-content: center;
  background-color: rgb(83, 23, 116);
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.button {
  margin: 1em;
}

.button a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  padding: 0.5em;

  border-radius: 10px;
  background-color: #2a11cfc1;

  /* HOVER OFF */
  transition: 2s;
}

.button a:hover {
  padding: 10px;
  border-radius: 10px;

  /* HOVER ON */
  transition: 2s;
  padding: 0.8em;
  background-color: rgb(33, 1, 139);
  color: rgb(241, 120, 247);
}

.box2 {
  background-color: rgb(173, 108, 234);
  padding: 1em;
}
.box3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(78, 12, 121);
  padding: 2em;
}
.box4 {
  width: 120px;
  background-color: rgb(173, 108, 234);
  padding: 1em;
}

.card {
  background-color: rgb(80, 21, 105);
  max-width: 135px;

  color: #fff;
}

.band {


  height: 3em;
}



.cover {
  border-radius: 5px;
  width: 134px;
  height: 134px;
}

.disk {
  font-size: 1em;
  line-height: 1.1em;
  margin-top: 0px;
  background-color: rgb(80, 21, 105);
  height: 3.3em;
  text-align: center;
}
.artist {
  overflow-y: auto;
  height:10em;
  line-height: 1.2em;
  font-size: 0.7em;
  text-align: left;
  background-color: rgb(80, 21, 105);
}


 h3 {font-size: 1em;
  text-align: center;
 padding: 0px;
 margin:0px ;
}

.songs {
  height: 12em;
  overflow-y: auto;
  font-size: 0.7em;
  line-height: 1em;
  background-color: rgb(80, 21, 105);
  color: white;
}
.recLabel {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.1em;
  background-color: rgb(80, 21, 105);
  color: white;
  height: 2.2em;
  border-radius: 5px;
}
