.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
}

.skip-link:focus {
    top: 10px;
    left: 10px;
}