p.small-p {
    margin-bottom: 0.3rem;
}
.htmx-indicator{
    opacity:0;
    transition: opacity 200ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1
}
