.avatar {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  margin-left: 1em;
  margin-top: -1.5em;
}

.avatar img {
  width: 100%;
  height: auto;
}

section.level5:has(.avatar) {
  min-height: 11.5em;
  margin-bottom: 1em;
}

.logo {
  height: 10em;
  overflow: hidden;
  float: right;
  margin-left: 1em;
}

.logo img {
  width: 100%;
  height: auto;
}

section.level2:has(.logo),
section.level3:has(.logo) {
  min-height: 11.5em;
  margin-bottom: 1em;
}

p:has(.authorlink) {
  display: inline-block;
}