html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Lexend Deca', sans-serif;
}

h2 {
  font-size: 2em;
  margin: 0 0 0.8em 0;
}

h3 {
  font-size: 1em;
  margin-top: 0.5em;
}

.container {
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  max-width: 1024px;
}

.margin-top {
  margin-top: 1em;
}

.stream-iframe {
  background: #e9e9e9;
}
.stream-iframe.soundcloud {
  border-radius: 4px;
}

.stream-iframe.spotify {
  background: rgb(40, 40, 40);
  border-radius: 12px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 1em;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

header a {
  font-size: 2em;
  color: #000;
}

.logo-header {
  max-width: 120px;
  height: auto;
  margin-bottom: 0.25em;
}

.artists-container {
}

.artists-row {
  display: flex;
}

.artists-col {
  flex: 1;
  padding: 1.2em 1em;
}

.artists-col.no-title {
  padding-top: 5.1em;
}

@media (max-width: 425px) {
  .artists-row {
    flex-direction: column;
  }

  .artists-col.no-title {
    padding-top: 0em;
  }

  iframe {
    overflow: hidden;
  }
}