* {
  font-family: monospace;
  color: white;
}

body {
  background-color: #181818;
  width: 640px;
  margin: auto;
}

a:hover {
  cursor: pointer;
}

.sameline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#title a {
  text-decoration: none;
}

#title a:hover {
  text-decoration: underline;
}

#links {
  font-weight: normal;
}

#copy {
  text-align: right;
}

/* tab bar stuff */

.tab {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-right: 2rem;
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 20px;
  font-size: 17px;
}

.tab button.active {
  border: 1px solid white;
  border-bottom: none;
}

/* tab content */

.tabcontent {
  display: none;
  border-top: 1px solid white;
}

/* music catalog stuff */

#discog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
