header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 0 3rem 0;
}

header img.profile {
  border-radius: 10000px;
  height: 80px;
  outline-color: var(--shade-20);
  outline-style: solid;
  outline-offset: -2px;
  outline-width: 2px;
  vertical-align: middle;
  width: 80px;
}

header div.title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

header h1 {
  font-size: var(--font-size-impact);
  font-weight: 400;
  line-height: 1;
}

header p {
  color: var(--medium);
}

nav {
  margin-bottom: 3rem;
}

footer>div.profiles {
  align-items: center;
  display: flex;
  margin-top: 24px;
}

footer>div.profiles>*:not(:last-child) {
  margin-right: 16px;
}

footer>div.profiles>a>img.profile {
  border: var(--whitish) 2px solid;
  width: 48px;
}

time {
  color: var(--medium);
}
