.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 999;
}

.skip-link:focus {
  left: 1rem;
}
