#footer_container {
    margin-top: 1%;
    display: flex;
}

.footer_ul {
    width: 100%;
    text-align: center;
    padding: 0%;
}

.footer_li {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    list-style-type: none;
}

.footer_li small {
    color: rgb(23, 44, 63);
}