html {
    scroll-behavior: auto;
    scroll-padding-top: 200px;
}

h1{ 
  color: #0000ff;
  font-size: x-large;
}.h1
.target {
  width:50%;
  height:800px;
  border:solid black 1px; 
}
.target > div {
  display:none;
}
.target > div:target{
  display:block;
}
