body {
    margin: 0px; 
}
footer {
    color: #212529;
    line-height: 1.5rem;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    display: flex; 
    justify-content: space-between;
    font-size: .875rem;
    font-weight: 400;
    background-color: #f8f9fa!important;
    --bs-bg-opacity: 1;
    padding: .20rem 1.75rem;
    box-sizing: border-box;
}

