body {
  background-image: url('../assets/backgrounds/greenmarble.jpg');
  background-repeat: repeat;
  color: #9E0B0B;
  font-family: 'kanit-light', 'Cormorant Garamond', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  }

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  }
  
.playlist-box {
  background-color: #0A0000;
  border: 2px solid #701705;
  margin: 10px;
  padding: 0px 5px 0px 5px;
  width: 400px;
  /*text-align: center;*/
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  }

.playlist-title {
  background-color: #0A0000;
  border: 2px solid #701705;
  margin: 10px;
  padding: 0px 5px 0px 5px;
  text-align: center;
  }
  
.playlist-description {
  background-color: #0A0000;
  border: 2px dashed #701705;
  margin: 0px 5px 0px 5px;
  padding: 0px 5px 0px 5px;
  font-size: 14px;
  text-align: center;
  }
  
.song-box {
  display: flex;
  background-color: #0A0000;
  margin: 5px;
  } 

li {
  list-style: none;
  }
  
a {
  text-decoration: none;
  color: #D22EFF;
  }
  
#aggrofemme-list {
  background-image: url('../assets/backgrounds/aggrofemme-bkg2.jpg');
  }
  
#bass-list {
  background-image: url('../assets/backgrounds/bass-bkg.jpeg');
  }
  
#phone-list {
  background-image: url('../assets/backgrounds/lemuria-night-bkg-small.png');
  }
  
#valcore-list {
  background-image: url('../assets/backgrounds/valcore-bkg2.png');
  }
  
#annie {
  max-height: 345px;
  margin-left: 80px;
  }  
  
#eyes {
  max-height: 150px;
  margin: 70px 0px 0px 80px;
  }

#disclaimer {
  background-color: #0A0000;
  border: 2px solid #701705;
  margin: 30px 10px 10px 10px;
  padding: 0px 10px;
  text-align: center;
  display: flex;
  max-width: 650px;
  }
  
@media screen and (max-width: 600px) {
  .playlist-box {
    max-width: 300px;
    }
  }