
          /* Reset default margin and padding */
          body, h3, ul, table, p {
              margin: 0;
              padding: 0;
          }

          /* Styling for body */
          body {
              font-family: Arial, sans-serif;
              background-color: #f4f4f4;
              color: #333;
              line-height: 1.6;
              padding: 20px;
          }

          /* Header Styling */
          h3 {
              color: #444;
              text-align: center;
              margin-bottom: 20px;
          }

          /* List styling */
          ul {
              list-style-type: circle;
              padding-left: 20px;
              margin-bottom: 30px;
          }

          ul li {
              margin: 10px 0;
          }

          ul li a {
              text-decoration: none;
              color: #0066cc;
              font-weight: bold;
          }

          ul li a:hover {
              color: #0044aa;
          }

          /* Table styling */
          table {
              width: 100%;
              margin-top: 20px;
              border-collapse: collapse;
          }

          table, th, td {
              border: 1px solid #ccc;
          }

          th, td {
              padding: 10px;
              text-align: left;
          }

          th {
              background-color: #f2f2f2;
              color: #333;
          }

          tr:nth-child(even) {
              background-color: #f9f9f9;
          }

          /* Footer styling */
          p {
              text-align: center;
              color: #666;
              font-size: 14px;
              margin-top: 30px;
          }
    

/* Základní resetování okrajů a paddingu */
body, h1, h3, ul, li, p, a, form, label, input, select, textarea {
    margin: 0;
    padding: 0;
}

/* Globální styl pro tělo stránky */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
}

/* Nadpisy */
h1, h3 {
    text-align: center;
}

/* Seznam */
ul {
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    margin: 5px 0;
}

ul li a {
    text-decoration: none;
    color: #0066cc;
}

ul li a:hover {
    color: #0044aa;
}

/* Formulář */
form div {
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

input[type="text"], input[type="number"], select, textarea {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
}

/* Tlačítka */
button {
    padding: 5px 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    cursor: pointer;
}

button[type="reset"] {
    background-color: #ccc;
}

/* Odkazy */
a {
    color: #0066cc;
}

a:hover {
    color: #0044aa;
}

/* Patička */
p {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-top: 20px;
}




/* Resetování základního okraje a paddingu */
body, h1, h2, h3, ul, li, p {
    margin: 0;
    padding: 0;
}

/* Globální styl pro tělo stránky */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

/* Styl pro nadpisy */
h1, h2, h3 {
    text-align: center;
    color: #444;
    margin-bottom: 15px;
}

/* Styl pro seznam */
ul {
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 30px;
}

ul li {
    margin: 10px 0;
}

ul li a {
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}

ul li a:hover {
    color: #0044aa;
}

/* Styl pro obrázky */
img {
    width: 100%;
    max-width: 400px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Styl pro textové bloky */
p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* Styl pro patičku */
p:last-child {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 30px;
}

/* Resetování základního okraje a paddingu */
body, h2, h3, ul, li, p, img {
    margin: 0;
    padding: 0;
}

/* Globální styl pro tělo stránky */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

/* Styl pro nadpisy */
h2, h3 {
    text-align: center;
    color: #444;
    margin-bottom: 15px;
}

/* Styl pro seznam */
ul {
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 30px;
}

ul li {
    margin: 10px 0;
}

ul li a {
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}

ul li a:hover {
    color: #0044aa;
}

/* Styl pro textový obsah */
p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* Styl pro obrázky */
img {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Styl pro odkazy */
a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #0044aa;
}

/* Styl pro patičku */
p:last-child {
    text-align: center;
    color: #666}
