/* CSS code for footer */
footer {
    /* border-top: solid 1px rgb(230, 230, 230);
    background-color: #e8f2eaae; */
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(191,223,216,0.5) 88%, rgba(201,211,206,0.75) 100%);
    border-top: solid 1px rgba(191,223,216,0.5);
    color: black;
    font-family: inherit;
    width: 100vw;
    min-height: 6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

footer {
    font-family: inter-var,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}

#footer-contact {
    margin-top: 1rem;
}

#footer-container a {
    color: black;
    text-decoration: none;
}

#footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

#footer-copyright > span {
    margin-left: 0.5rem;
}
