html,
body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;

}

main {
    flex: 1;
}

.bi {
     width: 1em;
     height: 1em;
     vertical-align: -.125em;
     fill: currentcolor;
 }

tr.htmx-swapping td {
    opacity: 0;
    transition: opacity 1s ease-out;
}

@media (prefers-color-scheme: dark) {

}
