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

#allrecords {
    flex: 1;
}

#t-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

* {
    letter-spacing: -0.03rem;
}