.container__foot {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

footer {
    background-color: #003399;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}