html {
    background-image: url(misaDavid.png), url(sexyPozadi.png);
}
body {
    margin: 2% auto;
    background-color: magenta;
    width: 80%;
    height: 100vh;
    margin-bottom: 0%;
}

html, body {
    cursor: url("cursor.ico"), default;
}

.sideBar {
    float: right;
    width: 20%;
    background-color: darkcyan;
    text-align: center;
    height: 100%;
}

.topNavbar {
    background-image: url(ozzak.png);
    margin-bottom: 0%;
}

.novyPrispevekLichy {
    background-color: coral;
    margin-top: 0%;
    margin-bottom: 0%;
}

.novyPrispevekSudy {
    background-color: chocolate;
    margin-top: 0%;
    margin-bottom: 0%;
}

h1 {
    font-size: 25pt;
    margin-top: 1%;
}

.h1Link {
    color: black;
    font-size: 42pt;
    font-weight: bold;
}

.h2Link {
    color: black;
    font-size: 15pt;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    float: right;
    margin-right: 2%;
    margin-top: 2%;
    background-color: lime;
}

.h2linkonPage {
    color: red;
    font-size: 15pt;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    float: right;
    margin-right: 2%;
    margin-top: 2%;
    background-color: chocolate;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
}

p {
    font-size: 15pt;
    font-family: Comic Sans MS;
}

.podnadpis {
    margin-top: 0%;
    margin-bottom: 0%;
    color: palegreen;
}

.nadNadpis {
    font-size: 10pt;
    color: lightgray;
    margin-bottom: 0%;
}