body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.about-portrait {
  display: block;
  width: 256px;
  height: 256px;
  margin: 0 auto 1em;
  object-fit: cover;
  border-radius: 50%;
}

.posts-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.posts-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  text-align: center;
}

.posts-category {
  padding: 2px 6px;
  border: var(--text-color) 2px solid;
  border-radius: 5px;
  white-space: nowrap;
}

