.OffsetPageAnchor:focus {
  outline: 0;
  animation: yellowfade 3s forwards;
}

@keyframes yellowfade {
  from {
    background: lightYellow;
  }
}
