    a.skip-main:focus, a.skip-main:active {
        color: black;
        background-color: #fff;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border: 4px solid black;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        z-index: 999;
    }