#mgnlhp{
    display: none;
}

.skipToContent_link {
    position: fixed;
    left: 100%;
    padding: 10px;
    color: black;
    text-decoration: none;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 5px 40px #0003;
}

.skipToContent_link:focus {
    left: 1rem;
    top: 1rem;
}

.skipToContent_link:focus-visible {
    border: 2px solid black;
}

.skipToContent_link:hover {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
