app-windows-layout {
    display: block;
    min-height: 100dvh;
    background-image: url('/assets/windows/win95.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* Neutralize always-on main.css img constraints inside the theme. */
app-windows-layout img {
    max-height: none;
    max-width: none;
    object-fit: contain;
}
