.skip-link {
    position: absolute;
    top: -9999px;
    left: 0;
    z-index: 1000;
    padding: 0.5rem 1rem;
    background: var(--pico-background-color);
    color: var(--pico-color);
}

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