body {
  display: grid;
  min-height: 100vh;
}
.content {padding-top: 5vw}
.content h1, .content h2 {margin: 0;  filter: none}
.content h1 {color: var(--dark); margin-bottom: 8px}
.content h2 {padding-bottom: var(--sb); font-size: 42px}
.content h3 {font-size: 24px; border-bottom: solid #ccc 1px; padding-bottom:15px; }
.content p {font-size: 16px;}
