body {
  background-color: #031119;
  color: #e0dfd3;
  text-align: center;
  margin: 0;
  padding: 50px 20px;
  font-family: Trebuchet MS, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, footer, div {
  font-family: inherit;
}

a {
  color: #a8aedf;
  text-decoration: none;
  font-family: inherit;
}

a:hover {
  text-decoration: underline;
}

.content {
  max-width: 600px;
  margin: 0 auto;
}

h1 {
  font-size: 2em;
  margin-bottom: .75em;
  margin-top: 2em;
}

p {
  font-size: 1.2em;
}

.artist-logo-container {
  display: flex;
  justify-content: center;
}

.artist-logo {
  display: block;
}

footer {
  margin-top: 40px;
  font-size: 0.9em;
  color: #e0dfd3;
  text-align: center;
  font-size: 1.0em;
}

.album-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.album-cover {
  max-width: 150px;
  height: auto;
  margin-right: 20px;
}

.album-blurb {
  text-align: left;
  max-width: 400px;
  font-size: 1.2em;
}

.socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.socials li {
  margin: 0 10px;
  background-color: black;
  padding: 5px 10px;
  border-radius: 5px;
  padding: 5px 10px;
  border-radius: 8px;
}

.socials a {
  color: #e0dfd3;
  text-decoration: none;
}

.socials a:hover {
  text-decoration: underline;
}

.socials li a {
  color: #e0dfd3;
  text-decoration: none;
}

.socials li.email::before {
  content: "📧";
  margin-right: 8px;
}

.socials li.twitter::before {
  content: "𝕏";
  margin-right: 8px;
}

.socials li.facebook::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('facebook-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}