h1.nadpis {
	font-size: 2em;
  font-weight: bold;
  color: black;
  text-align: center;
  margin-top: 2vh;
}
h1.cervena {
    /* Any additional stylings for h1 elements with the cervena class */
    color: red;
}

h2.cervena {
    /* Any additional stylings for h1 elements with the cervena class */
    color: red;
}

h3.cervena {
    /* Any additional stylings for h1 elements with the cervena class */
    color: red;
}

h1.modra {
    /* Any additional stylings for h2 elements with the cervena class */
    color: #002443;
}

h2.modra {
    /* Any additional stylings for h2 elements with the cervena class */
    color: #002443;
}

h3.modra {
    /* Any additional stylings for h2 elements with the cervena class */
    color: #002443;
}

h1.barevny-nadpis {
	color: #002443
	/*
	background-color: #002443;
	border-left: 5px solid #ffbe01;
	padding: 5px 0 5px 10px;
	letter-spacing: 1px;
	*/
}