html, body {
    min-height: 100vh;
    height: 100vh;
    margin: 0;
    padding: 0;
    gap: 0;
}




h1:focus {
    outline: none;
}

.content-inner > * {
    margin: 4px;
}


.page-background {
    background: linear-gradient(rgba(238, 238, 238, 0.75), rgba(238, 238, 238, 0.75)), url('/images/background.png');
    background-size: cover;
    height: 100%;
}



.main-footer {
    width: 100%;
    height: auto;
    background: var(--mud-palette-appbar-background);
    color: var(--mud-palette-appbar-text);
}