.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 40px;
  margin-bottom: 5px;
}

.band-logo {
  height: 60px;
  width: auto;
}

.band-name {
  color: var(--text-highlight);
  height: 20px;
}

