.skip-to-main {
    font-family: var(--font-montserrat_sans);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: underline;
    color: var(--app-maroon-accent);
    background-color: var(--bs-body-bg);
    border-bottom: 2px solid var(--cyf-light-gray);
    margin: 20px;
    position: absolute;
    top: -2000px;
    left: -9000px;
}
.skip-to-main:hover {
    color: #610033;
}
.skip-to-main:focus {
    position: static;
}
body :focus-visible {
    outline: 2px solid var(--outline-blue);
}
