h2 {
  color: #4d4d4d;
  font-size: 1.4rem;
  margin: 0.75rem 0 0.2rem;
}
@media (prefers-color-scheme: dark) {
  h2 {
    color: #fafafa;
  }
}
