.skip-link {
  position: fixed;
  top: 0;
  left: 10px;
  transform: translateY(0);
  z-index: 999999;
  background: #ffeb3b;
  color: #000;
  padding: 12px 16px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

