body {
  background-color: #293241;
  margin: 0;
  padding: 20px 60px;
  color: #e2e7ef;
  font-family: Manrope, sans-serif;
}

@media (max-width: 600px) {
  body {
    padding: 10px 30px;
  }
}

a {
  color: #d4dae4;
  text-decoration: none;
}

a:hover {
  color: white;
}

.logo {
  font-weight: 800;
  color: #ee6c4d;
}

.beta {
  color: #979ba1;
}

.band {
  margin-bottom: 5px;
}

.disabled,
.year {
  color: #979ba1;
}

.trackNumber {
  color: #979ba1;
  width: 25px;
  display: inline-block;
  text-align: left;
}

.bands {
  -moz-column-count: 3;
  column-count: 3;
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  width: 1000px;
}

footer {
  margin-top: 280px;
}

.siteHeader {
  margin-top: 50px;
  margin-bottom: 0.5em;
  line-height: 1;
}

a.logoLink:hover {
  text-decoration: none;
}

h2.albumName {
  margin-bottom: 0;
  max-width: 240px;
}

.album {
  margin-top: 50px;
  display: inline-block;
  padding-right: 30px;
}

.albumLink {
  vertical-align: top;
  display: inline-block;
}

.albumLinkForNews {
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.albumCover {
  width: 240px;
  aspect-ratio: 1 / 1;
}

.albumCoverPremiere {
  width: 480px;
  aspect-ratio: 1 / 1;
}

@media (max-width: 600px) {
  .albumCoverPremiere {
    width: 320px;
    aspect-ratio: 1 / 1;
  }
}

.albumDetails {
  display: grid;
  grid-template-columns: 240px 1fr;
}

.tracks {
  margin-left: 30px;
  margin-bottom: 100px;
}

@media (max-width: 600px) {
  .bands {
    -moz-column-count: 1;
    column-count: 1;
    width: inherit;
  }

  .albumDetails {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tracks {
    margin-top: 1em;
    margin-left: 0;
  }
}

.albumDetails {
  margin-bottom: 80px;
}

.track {
  margin-bottom: 5px;
  cursor: pointer;
}

.trackNoPlaying {
  margin-bottom: 5px;
}

.track:hover {
  color: #ee6c4d;
}

.trackSubname {
  color: #979ba1;
  margin-left: 0.3em;
}

.trackSubname:hover {
  color: #979ba1;
}

.audioBlock {
  margin-top: 5px;
  padding-bottom: 5px;
}

.controlsWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 55px;
  background-color: #1c232e;
  text-align: center;
}

.controls {
  width: 60px;
  height: 60px;
  background-color: #ee6c4d;
  border-radius: 50% 50%;
  font-size: 45px;
  text-align: center;
  cursor: pointer;
}

.playButton {
  position: relative;
  top: -3px;
  left: 1px;
}

.pauseButton {
  position: relative;
  top: -3px;
}

#now-playing-wrapper {
  position: fixed;
  bottom: 22px;
  left: 130px;
  height: 42px;
}

@media (max-width: 600px) {
  .controlsWrapper {
    padding: 22px 24px;
  }

  #now-playing-wrapper {
    left: 100px;
}
}

#next {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.miniPlayButton {
  display: inline-block;
  width: 15px;
}

.track:hover .miniPlayButton {
  color: #ee6c4d;
}

.copyright {
  text-align: right;
}

.currentTrack {
  font-weight: 700;
}

.information {
  margin-top: 40px;
  margin-right: 40px;
  max-width: 850px;
  padding: 0.1em 1em;
  line-height: 1.4;
  position: relative;
  left: -1em;
}

.information a,
.author a,
.less a {
  color: #ee6c4d;
}

.gag a {
  color: #ee6c4d;
}

a.nomusic {
  color: #bdc2cb;
}

.lastAddedAlbum h2,
.lastAddedAlbum h3 {
  margin: 0;
  padding: 0;
}

.asApp {
  padding: 1px 20px 15px 20px;
  background-color: #1c232e;
  max-width: 600px;
}

.aboutPremiere {
  max-width: 500px;
  margin-top: 1em;
  line-height: 1.4;
  color: #979ba1;
}

.albumCover.premier {
  max-width: 500px;
}