﻿.skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    background: #17c7d8;
    color: #0b1220;
    padding: .5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    z-index: 9999;
    transition: top .15s;
    text-decoration: none;
}

    .skip-link:focus {
        top: 1rem;
    }
