#footer_block {
    background-color: #22002efb;
    width: 100%;

    color: white;

    display: flex;
    justify-content: center;
    align-content: center;
}

#footer_content {
    width: 60%;

    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;

    margin-top: 12pt;
    margin-bottom: 12pt;
}

#footer_links {
    display: flex;
}

.footer_links_block {
    display: flex;
    flex-direction: column;

    margin-right: 20pt;
}

.footer_link {
    color: white;
    font-size: 18pt;
}

#footer_year {
    font-size: 36pt;
}