.footer, .rea {
    z-index: 0;
    position: relative;
    background-color: #2d3436;
}
.powered {
    text-align: center;
    width: 100%;
    margin: 0;
    background: gainsboro;
    padding: 17px 20px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}
.powered__p {
    font-size: .75rem;
    color: BLACK;
    text-align: center;
    max-width: 100%;
    line-height: 1rem;
}