body::before{
    display: block;
    content: '';
    height: 60px;
}

:target:before {
    content:"";
    display:block;
    height:10px; /* fixed header height*/
    margin:10px 0 0; /* negative fixed header height */
    visibility: hidden;
}

a:link {
    text-decoration: none;
  }

.basicInfo {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px;
}
