#go-to-main-content-link {
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

a.go-to-main-content {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
    }
    a.go-to-main-content:focus, a.go-to-main-content:active {
        color: #fff;
        background-color:#0a2140;
        left: auto;
        top: auto;
        width: 300px;
        height: auto;
        overflow:auto;
        margin: 10px 35%;
        padding:5px;
        border-radius: 15px;
        border:4px solid #002d72;
        text-align:center;
        font-size:18px;
        z-index:999;
        font-family: roboto;
    }
    
    
    
