footer {
    margin-top: 10px;
    background: var(--white);
    color: var(--black);
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    margin-top: auto;
}

.footer-logo {
    font-size: 16px;
    align-self: center;
}

.footer-logo span {
    color: var(--black);
    align-self: center;
}