#footer_container {
    margin-top: 1%;
    display: flex;
    background-color: rgb(42, 157, 211);
}

.footer_ul {
    width: 100%;
    text-align: center;
    padding: 1%;
}

.footer_li {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    list-style-type: none;
}

.footer_li small a {
    color: white;
        transition: color 0.2s linear;
}

.footer_li small a:hover {
    color: rgb(29, 59, 124);
}