body {
  background-image: url("https://i.pinimg.com/originals/80/40/b5/8040b5ff91ce8c3f153beebab39d584f.gif");
  color: white;
  font-family: Monospace;
}

.previous {
  display: inline-block;
  font-size: 16px;
  background-color: rgba(77, 0, 31, 0.75);
  border-radius: 18px;
  margin: 10px;
  width: 70px;
  height: 20px;
  text-align: center;
  padding: 20px 25px;
}

a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  transition: 0.3s;
}
a:visited {
  color: white;
}
a:hover {
  color: #ff9900;
}

.band-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("https://louderthanwar.com/wp-content/uploads/2021/12/Pigsx7-%C2%A9-Paul-Grace-19.jpg");
  background-position: 0 -135px;
  filter: brightness(95%);
  max-width: 1200px;
  max-height: 255px;
  border-radius: 18px;
  text-align: center;
  text-shadow: black 1px 0 5px;
  font-size: 130%;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
  padding: 40px;
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 375px;
  margin: auto;
  max-width: 1150px;
}

.youtube-player {
  display: flex;
  flex-direction: row;
  background-color: rgba(77, 0, 31, 0.75);
  border-radius: 10px;
  width: 750px;
  margin: 20px;
  align-content: center;
}

iframe {
  margin: 10px;
}

.youtube-text {
  padding: 60px 30px 40px 20px;
  text-align: center;
  width: 220px;
  font-size: 22px;
}

.sidebar {
 display: flex;
 flex-direction: column;
 background-color: rgba(77, 0, 31, 0.75);
 width: 250px;
 margin: 20px;
 justify-content: space-evenly;
 align-items: center;
 border-radius: 10px;
 padding: 16px;
}

h2 {
  text-align: center;
}

.sidebar-link {
    font-size: 24px;
    line-height: 50%;
    padding: 20px
}

.faves {
  text-align: center;
  max-width: 225px;
}

.faves-link {
  font-size: 16px;
  line-height: 60%;
}

ul {
  padding-bottom: 7px;
}

li {
  font-size: 18px;
}

.discography {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.discography-header {
  font-size: 24px;
}

.albums {
  display: flex;
  flex-direction: row;
}

.card {
  max-width: 225px;
  border-radius: 10px;
  background-color: rgba(77, 0, 31, 0.75);
  padding: 6px;
  margin: 0 10px 0 10px;
  transition: 0.3s;
  text-align: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 #4d001f;
}

.discog-img {
  border-radius: 8px;
  min-height: 100px;
  min-width: 100px;
}