/* ******************************* */
/* *  Footer Style sheet         * */
/* ******************************* */

/* -=== Base Element ===============- */

.footer {
    font-size: 10px;
    text-align: center;
    color: var(--color-gray-lighten-4);
    padding: 10px;
    border-top: 1px solid var(--color-gray-lighten-2);
    background-color: var(--color-gray-darken-2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__item {
    width: 33%;
}