.skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: var(--black);
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}
