/* #footer {
    width: 100%;
    height: var(--footer-height);
    background-color: var(--base-checkout);
}

.footerRow {
    margin: 0 auto;
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
}

.lunaLogo {
    width: 50px;
    height: 50px;
} */
