
.skip-to-content-link{
  position:absolute;
  left:12px;
  top:12px;
  z-index:99999;
  transform:translateY(-180%);
}
.skip-to-content-link:focus,
.skip-to-content-link:focus-visible{
  transform:translateY(0);
  padding:10px 14px;
  background:rgb(var(--color-background));
  color:rgb(var(--color-foreground));
  border:2px solid currentColor;
  border-radius:8px;
  outline:3px solid currentColor;
  outline-offset:2px;
}
#MainContent:focus{
  outline:none;
}
