body {
  overflow-x: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 1em;
}
#content {
  position: relative;
  padding: 0.5em;
  z-index: 5555;
  width: 100%;
  margin: 0 auto 1em auto;
  max-width: 50%;
}
.platform-list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}
.platforms-list__name {
  padding: 1.2em 1.5em;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  color: #fff;
  border-radius: 0;
  background: #222;
  font-weight: 400;
  margin: 0;
  display: none;
}
.platforms-list__container {
  width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 700px) {
  #content {
    max-width: 90%;
  }
  .platforms-list__name {
    font-size: 1.1em;
  }
}
.music-link__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 1em;
  overflow: hidden;
  background: #eee;
}
.music-link__container:last-child {
  border-bottom: none;
}
.music-link__logo {
  float: left;
  width: 7em;
}
.music-link__button {
  float: right;
  padding: 0.5em 1em;
  background: #fff;
  color: rgb(97 97 97);
  border: 1px solid rgb(218 218 218);
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
}
.music-link__button:hover {
  background: rgb(60, 60, 60);
  border: 1px solid transparent;
  color: #fff;
}
#youtube_video {
  margin-top: 1em;
  position: relative;
  width: 100%;
  background: #19202b;
  padding-bottom: 52.1%;
  padding-top: 25px;
}
#youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container {
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
  background-size: cover;
  background-position: 0 -180px;
  height: 100vh;
}
#user-artwork {
  border-radius: 5px 5px 0 0;
}
#bg_container {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-color: #000;
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 55%;
  min-height: 55%;
  -webkit-filter: blur(34px);
  -moz-filter: blur(34px);
  -o-filter: blur(34px);
  -ms-filter: blur(34px);
  filter: blur(34px);
}
