.footer {
    background-color: var(--primary-red);
    padding: 1rem 16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.emblem {
    display: flex;
    flex-direction: column;
    align-items: center;
}