header {
  padding: 3rem 0 2rem;
}

.imgCol img {
  width: 80px;
  border-radius: 50%;
}

h1 {
  color: #5d433f;
  font-weight: bold;
}

.headerText > * {
  margin-left: 1rem;
}

audio {
  height: 30px;
  border-radius: 20px;
}

table th {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}