.home .logo {
    margin: 5em auto;
    max-height: 80px;
}

.home .linked-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5em;
    margin: 3em 0;
}

.home .header-searchbox-container {
    border-radius: 12px;
    width: 80%;
    background-color: var(--home-page-primary-color-20, rgba(80, 80, 80, 0.2));
    border-color: transparent;
    display: flex;
    flex-direction: column;
    margin: 2em auto 2em auto;
}