.author-functions p > a {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--bw-foreground-on-emphasis);
  background-color: var(--bw-background-emphasis);
  font-family: BaWue Sans;
  font-size: var(--bw-font-size-250);
  font-weight: var(--bw-font-weight-bold);
  line-height: var(--bw-leading-narrow);
  align-items: center;
  display: inline-flex;
  height: 4rem;
  padding: 0 var(--bw-space-600);
  border-radius: var(--bw-border-radius-100);
  border: 2px solid transparent;
  transition-property: background-color,color,box-shadow,border;
  box-shadow: none;
}