.header-menu-image {
    border-radius: 16px;
    width: 9em;
    height: 4.5em;
    margin-bottom: .5em;
}

.menu-card a{
    text-decoration: none;
}

.header-link-text {
    font-size: 16px;
    text-decoration: none;
    color: var(--theming-dark);
    position: relative; 
}

@media screen and (max-width: 768px) {
    .header-menu-image {
        height: 5.5em;
    }
    
}