nav.container,
#content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}

nav.container {
  margin-top: 2em;
  margin-bottom: 2em;
}

#info {
  display: flex;
  gap: 1em;
  align-items: center;
}

#info img {
  max-width: 96px;
  max-height: 96px;
  aspect-ratio: 1 / 1;
  border-radius: 0.5em;
}

#content { padding-bottom: 4em; }
#info h3 { margin-bottom: 0.125em; }
#info p { margin-bottom: 0; }
