.target-highlight {
  padding: 1em;
}

.target-highlight:target {
     background-color: #ffffff;
    -webkit-transition: background .2s linear, border .2s linear;
    transition: background .2s linear, border .2s linear;
    border-style: solid;
    border-width: 1px;
    border-color: #1a75bc;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #000000ad;
    
}