html {
  height : 100%;
}

html {
  min-height: 100%;
}


.number {
    text-align: end;
}

.bold {
    font-weight: bold;
}

.container {
    height: 100%;
}

main {
    height: 100%;
    display: flex;
}

nav:is(.bottom) {
    block-size: 3rem !important;
}

@media only screen and (min-width: 993px) {
    nav:is(.bottom) {
        display: none !important;
    }
    table {
        font-size: 1.0rem !important;
    }
}

