* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 2em 1em;
  background: #B4E2B9;
  color: #273F36;
  font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
  text-decoration: none;
  color: #4C2B05;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #4C2B05;
  margin-bottom: 1em;
}

.frame {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5em;
}

.frame-header {
  text-align: center;
  margin-bottom: 1.5em;
}

.socials {
  margin-top: 0.5em;
}

.socials a {
  color: #4C2B05;
}

.socials span {
  color: #6f6c72;
  margin: 0 0.4em;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab {
  padding: 0.5em 1em;
  color: #999999;
  border: 1px solid #55525a;
  border-bottom: 0;
}

.tab + .tab {
  border-left: 0;
}

.tab:hover {
  color: #ac9cf2;
  text-decoration: none;
}

.tab.active {
  background: #ffd666;
}

.content {
  padding: 1.5em;
  border: 1px solid #55525a;
}

.empty {
  color: #6f6c72;
}

.release,
.gig {
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #423f44;
}

.release:last-child,
.gig:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.release-title a {
  font-style: italic;
}

.artist {
  color: #ff6087;
}

.label, a.label {
  color: #78dce8;
}

.year {
  color: #dedede;
}

.gig-date {
  color: #dedede;
}

.copyright {
  text-align: center;
  color: #fb9767;
  margin-top: 1.5em;
}

@media (max-width: 600px) {
  .frame {
    padding: 1em;
  }

  .tabs {
    flex-direction: column;
  }

  .tab {
    border-right: none;
    border-bottom: 1px solid #55525a;
    text-align: center;
  }

  .tab:last-child {
    border-bottom: none;
  }

  .tab + .tab {
    margin-left: 0;
  }

  .content {
    padding: 1em;
  }
}
