.branding{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    object-fit: contain;
    align-items: center;
    background-color: var(--footerBackground);
    height: 15em;
    z-index: 99;
    box-shadow: var(--shadow);
}

.branding img{
    width: 250px;
}