﻿footer {
/*        background-color: #888198;
    padding-top: 1.66666em;
    padding-bottom: 1.66666em;*/

    background-color: #888198;
    left: 0px;
    bottom: 0px;
    height: 70px;
    width: 100%;
}

    footer p {
        margin: 0;
        padding: 23px;
        color: white;
        text-align: center;
    }

    footer .container {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
