header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

header li {
    font-weight: 500 !important;
}

.homepage-link {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .25rem 0 .5rem;
}
.homepage-link img {
    /* max-width: 16rem; */
    max-height: 3rem;
    object-fit: cover;
}

main {
    padding-top: 9rem;
}