html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
:root {
    --pico-font-size: 16px !important;
}

header{
    display: flex;
    justify-content: space-between;
    background-color: #00895A;
    color: #fff;
    padding: 2.5px 5px !important;
    align-items: center;
}
header h3{margin: 0; color: inherit !important;}
main.container {
    flex: 1;
}
footer {
    padding: 5px !important;
    margin: 0 !important;
    /* position: fixed !important;
    bottom: 0 !important; */
}
footer,
.menu {
    flex-wrap: wrap;
}

footer a[role='button'],
footer button,
.menu a[role='button'],
.menu button {
    padding: 0.25rem !important;
    display: inline-flex;
    flex-direction: column;
}
footer a[role='button'] svg,
footer button svg,
.menu a[role='button'] svg,
.menu button svg {
    height: 40px;
    color: inherit;
}

article b[aria-busy='true']{
    filter: brightness(0) invert(0);
}
article small {
    display: block;
    line-height: 1;
}