:root {
    --barva-ohraniceni: #883434FF;
    --bg-color: rgba(40, 17, 35, 0.85);
    line-height: 1.5;
    color-scheme: light dark;
}

html {
    box-sizing: border-box;
    font-family: Bahnschrift;
    background-color: var(--bg-color);
    color: color-mix(in srgb, var(--bg-color) 15%, white);
}

* {
    /* border: red 1px solid; */
}

.obr-polovicni {
    width: 50vw;
}

.vycentrovano {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    margin: auto;
}

.nastred {
    text-align: center;
}

footer {
    height: 3em;
    padding-top: 5em;
    width: 100%;
    text-align: center;
}

table {
    border: solid var(--barva-ohraniceni) 1px;
}

th {
    border: solid var(--barva-ohraniceni) 1px;
}

td {
    border: solid var(--barva-ohraniceni) 1px;
}

a {
    color: var(--barva-ohraniceni);
}

.aktivni {
    font-weight: bolder;
    text-decoration: none;
}

nav {
    font-size: large;
    display: grid;
    justify-items: center;
    border-bottom: rgba(128, 128, 0, 0.50) 1px solid;
}

@media (prefers-color-scheme: light) {
    :root {
        --barva-ohraniceni: #883434FF;
        --bg-color: rgba(40, 17, 35, 0.85);
    }

}
