:root, [data-bs-theme=light] {
    --bs-font-sans-serif: 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";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
    padding-bottom: 75px;
}

.card.homebox {
}

    .card.homebox .card-body {
        text-align: center
    }

        .card.homebox .card-body .homeboxicon {
            font-size: 50px
        }

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    left: 0;
    right: 0;
    background-color: var(--bs-body-bg);
    padding: 10px 0;
    height: 50px;
    overflow: hidden;
}
