.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.footer_items {
    display: flex;
    margin-top: 150px;
    align-items: center;
}

li.footer_item_a a {
    font-size: 20px;
    color: #1d1d1d;
}

li.footer_item_a a:hover {
    color: #206bdc;
}

span.sep {
    padding: 10px;
    color: #606060;
}

.copyright {
    font-size: 20px;
    color: #1d1d1d;
    margin-top: 10px;
}