/* =================================
   FOOTER
   ================================= */

footer {
    padding: 2% 0 2% 0;
    width: 100%;
    background-color: #1B1B1B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Poppins;
}

footer :last-child {
    margin-bottom: 0;
    color: #979797;
}
