footer {
    width: 100%;
    height: 56px;
    background-color: #164069;
    /* margin-top: 3%; */
    /* position: absolute; */
    /* bottom: 0; */
}

.footerText {
    width: 68%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #fff;



}