#grandlogo{
    height: 6rem;
    background-color: var(--bs-body-bg);
}

.page0 {
    position: sticky;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-color: var(--bs-body-bg);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.6);
}

#header-image-carousel{
    position: relative;
    filter: brightness(.8);
}
#header-image-carousel a{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);

    border: .125rem white solid;
    background-color: #fff1;
    backdrop-filter: blur(1px);
    padding-inline: 4rem;
    padding-block: 1rem;
    color: white;
    text-decoration: none;
    font-family: serif;
    font-size: medium;
    font-weight: bold;
    letter-spacing: .2rem;
}