.skip-link {
  top: 12px;
  transform: translateY(-200%);
}

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