.skip-link {
  position:fixed ;
  margin-left: -1000px;
  z-index: 1000000;  
}

.skip-link:focus,
.skip-link:focus-visible
 {
  margin-left: 0px !important;  
  position:fixed ;
  background-color: white;
  border: 4px solid black;
  padding: 2px;

}


.skip-link a:focus{
  border: 4px solid black;
  margin-left: 0px !important;
  position:fixed ;
  z-index: 1000000;  
  color: rgb(2, 2, 119) !important;
}


