html {
    height: 100%;
    width: 100%;
    background: var(--cialo-tlo, rgb(255, 255, 255));
}

body {
    position: relative;
    font-family: var(--czcionka);
    font-size: 10pt;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

body > form {
    display: flex;
    flex-grow: 1;
}

[tabindex="-1"]:focus-visible:not(input, area, select, a, iframe) {
    outline: none;
}