.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #ffffffff;
  padding: 12px 16px;
  text-decoration: none;
  z-index: 9999;
}

.skip-link:focus {
  left: 5px;
  top: 5px;
}