.skip-nav {
  position: absolute;
  top: -40px;
  left: 0;
  background: #4f46e5;
  color: white;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}

.skip-nav:focus {
  top: 0;
}
