#about-trigger {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 10002;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: 1rem var(--serifFont), serif;
  line-height: 1;
  cursor: pointer;
}

#about-trigger:hover { opacity: .55; }

#about-modal[hidden] { display: none; }

#about-modal {
  position: fixed;
  inset: 0;
  z-index: 10003;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, .78);
}

.about-panel {
  width: min(100%, 34rem);
  padding: 1rem;
  background: transparent;
  text-align: center;
}

.about-panel h2 {
  margin: 0 0 .6rem;
  font-size: 1.1rem;
  font-weight: normal;
}

.about-author {
  margin: 0 0 1.4rem;
}

.about-panel p {
  font-size: .9rem;
  line-height: 1.6;
}

.about-panel p:last-child { margin: 0; }
