/* Remove default outer page spacing so banner aligns to page top */
html, body, #q-app, .q-layout, .q-page-container, .q-page, .nicegui-content {
    margin: 0 !important;
    padding: 0 !important;
}
