/* Inherit styles from main styles.css for font, etc. */
@import url("styles.css");

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 2.5rem; */
    /* Footer height */
    height: 4.5rem;
    bottom: 0;
    font-style: italic;
}

.footer_break{
    width: 50%;
    opacity: 50%;
    color: grey;
}

.footer_link_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    justify-content: space-between;
    /* font-weight: bold; */
}
