.footer_container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.footer_txts p, .footer_txts span{
    color: gray;
}