/* Footer */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
    font-size: 0.9em;
}

footer #links-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .external-link {
    height: calc(10px + 3vmin);
    margin: 5px;
}

footer #footer-break {
    margin: 0;
    border: 0;
    border-top: 1px solid rgb(214, 214, 214);
    width: 90%;
    padding-bottom: 10px;
}