body {
    font-family: 'Times New Roman', serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #b0e0e6; /* Light blue background color */
    color: #000000;
    background-image: url('zralok_pozadi_1.gif');
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100px auto; /* Adjust size as needed */
}

header {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #000000;
}

header h1 {
    margin: 0;
    font-size: 36px;
}

section {
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
    background-color: #f8f8f8;
    border: 1px solid #000000;
}

h2 {
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    background-color: #e2e2e2;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}

p {
    text-align: justify;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
