footer {
    width: 100%;
    margin: 0 auto;
    background: var(--base-color);
    box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.1);
}

footer .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

footer .footer_wrapper .footer_inner {
    text-align: center;
}

footer .footer_wrapper .footer_inner small {
    color: var(--text-color);
    font-size: 12px;
    text-align: center;
}