.footer {
    width: 100%;
    float: left;
    color: #ddd;
    padding: 20px;
    background: #0d2244;
}

.footer_bottom {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom .social_footer {
    display: flex;
    gap: 20px;
}
.footer_bottom .social_footer a img {
    width: 25px;
}