﻿.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background-color: white;
    font-size: 13px;
    font-family: 'CenturyGothic';
    color: #676a6c;
    border-top: 1px solid #e7eaec;
    line-height: 40px;
    z-index: 100;
}
