html {
    scroll-behavior: smooth;
}

.navbar-brand-logo {
    width: 100%;
    min-width: 12rem;
    max-width: 12rem;
}

.bg-img-center {
    background-size: contain;
}

.link {
    font-size: var(--bs-body-font-size);
    color: rgba(var(--bs-dark-rgb));
}

a.link:hover {
    color: rgba(251, 159, 137, 100);
}

::selection{
    background-color: Highlight;
    color: HighlightText;
}
