footer {
    margin-bottom: 40px;
    margin-top: 300px;
    display: flex;
    justify-content: space-between;
}

#footer_name {
    font-size: 24px;
    font-weight: 700;
}

#footer_icons {
    display: flex;
    float: right;
    width: 120px;
    justify-content: space-between;
}