.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #111827;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  z-index: 2000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
}
