body {
  margin: 0;
  height: auto;
  font-family: "Denk One";
  background: #ffffff;
  background: linear-gradient(rgba(255, 255, 255, 1) 19%, rgba(186, 0, 0, 1) 100%);
}

h1 {
  color: black;
  font-size: 3.5rem;
  font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 5.5rem; /* poznámka */
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

h3 {
  font-size: 1.3rem;
  color: blue;
}
div.hlavni {
  max-width: 1280px;
  border: 5px solid black;
  margin: auto;
  background: white;
}

div.menu {
  display: flex;
  flex-wrap: wrap;
  background: white;
  justify-content: space-evenly;
  align-content: center;
}

div.predstaveny{
  margin: 0px 0px 100px 0px;
}
div.menu a.active {
  background: rgba(255, 117, 117, 1);
  color: white;
  font-weight: bold;
}
div.menu a {
  flex-grow: 1;
  height: 45px;
  background: rgba(186, 0, 0, 1);
  color: white;
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  border-radius: 20px;
  margin: 10px 5px 0px 0px;
  transition: 0.5s;
  max-width: 300px;
}

div.menu a:hover {
  letter-spacing: 5px;
  font-size: 1.8rem;
  color:white;
  background: rgba(255, 0, 0, 1);
  font-weight: bold;
}

div.obsah {
  background: white;
}
p {
  color: black;
  font-size: 30px;
  max-width: 1280px;
  margin: auto;
  padding: 30px;
}
h50, h51, h52, h53 {
    line-height: 30px;
    font-size: 2rem;
    margin: 0px 20px 0px 20px
}
p{
    margin: auto;
    padding: 30px;
}

li{
    margin: 10px 0px 0px 0px;
    line-height: 35px;
    letter-spacing: 2px;
}

ul {
    font-size: 4rem;
    color: black;
    line-height: 22px;
    letter-spacing: 5px;
    list-style-image: url(odr1.png);
    
}

ul ul {
  font-size: 1.3rem;
  color: black;
  line-height: 22px;
  letter-spacing: 5px;
  list-style-image: url(img/srdce.png);
}

ul ul ul {
  font-size: 1.1rem;
  color: black;
  font-style: italic;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
  transition: 0.3s;
}

img.galerie {
  height: 300px;
  width: 300px;
  object-fit: cover;
  border: 3px solid black;
  margin: 10px 10px;
  transition: 0.5s;
}
img.galerie:hover {
  transform: scale(1.1); /* Zvětší obrázek o 10% při hoveru */
}

fieldset {
  border: 3px dotted gray;
  border-radius: 25px;
  margin: 20px;
  text-align: left;
}

legend {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
}

span {
  color: navy;
  font-weight: bold;
}
