/* offset anchors to account for the header */
:target::before {
  content: '';
  display: block;
  height: 55px;
  margin-top: -55px;
}