/* ======= FOOTER BEGIN ======= */
.footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 1.5rem 2.5rem;
}

.quotegen-link,
.quotegen-link:visited {
    color: #c2893950;
    font-size: 1rem;
    font-weight: 400;
    justify-self: start;
    text-align: left;
    text-decoration: none;
}

.copyright-text {
    color: #c2893950;
    font-size: 1rem;
    font-weight: 400;
    justify-self: center;
    text-align: center;
}
/* ======= FOOTER END ======= */
