.avatar {
  display: none;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: var(--typography-spacing-vertical);
}

.section {
  margin-bottom: var(--block-spacing-vertical);
}

.items {
  display: flex;
  column-gap: var(--spacing);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

[role="button"] > hgroup {
  margin-bottom: 0;
}

[role="button"], iframe {
  margin-bottom: var(--spacing);
  width: 100%;
}

.icon {
  width: 36px;
}

.item a {
  display: flex;
  gap: var(--spacing);
  justify-content: center;
  border-width: 0;
}

.item a:hover {
  background-color: rgb(0,0,0,0.1);
  border-width: 0;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}