.skip-link {
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  z-index: 1000;
  transition: top 0.2s ease;
  border-radius: 4px;
}
.skip-link:focus {
  top: 10px;
}
