

/* CSS from section stylesheet tags */
:target::before {
    content: '';
    display: block;
    height: 150px;
    margin-top: -150px;
  }