.description {
    border-style: double;
    border-color: #4e2d57;
    border-width: thick;
    border-radius: 12px;
    padding-top: auto;
    padding-bottom: auto;
    padding-left: auto;
    padding-right: auto;
}
body {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #4e2d57;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(https://wallpapersok.com/images/high/dark-aesthetic-louis-vuitton-phone-waw64q6521lr6oyv.jpg);
  background-size: contain;
  position: vertical;
  top: 0;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #f2d1fc;
}

ul li a.active {
  background-color: #e68aff;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: 9px;
  width: 6%;
}
p {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}
h2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}
.album {
  width: 250px; 
  background: #fff; 
  border-radius: 12px; 
  box-shadow: 0 4px 16px rgba(0,0,0,0.2); 
  padding: 16px; 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.album-cover {
 width: 200px; 
  background: #fff; 
  border-radius: 12px; 
  box-shadow: 0 4px 16px rgba(0,0,0,0.2); 
  padding: 1px; 
  text-align: center;
}