
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 193, 218);
}

header {
    background-color: rgb(255, 144, 187);
    color: white;
    text-align: center;
    padding: 40px 0;
}

h1 {
    margin: 0;
    font-size: 3em;
}

table {
    margin: 40px auto;
    text-align: center;
}

td {
    padding: 20px;
}

img {
    width: 200px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1em;
    background-color: rgb(255, 144, 187);
    color: white;
    border: white;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: rgb(255, 144, 187);
}
.subpage {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

hr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.gallery img {
    width: 23%;
    height: auto;
    border: 1px solid white;
    border-radius: 6px;
}

.back-button {
    text-align: center;
}

.back-button button {
    padding: 10px 25px;
    font-size: 1em;
    background-color: #555;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.back-button button:hover {
    background-color: #333;
}
/* Globální styl */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 193, 218);
}

/* Hlavní kontejner pro podstránky */
.subpage {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Nadpis H2 */
h2 {
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
}

/* Oddělovač */
hr {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

/* Odstavce */
p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Galerie obrázků */
.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.gallery img {
    width: 23%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.back-button {
    text-align: center;
}

.back-button button {
    padding: 10px 25px;
    font-size: 1em;
    background-color: rgb(255, 144, 187);
    color: white;
    border: white;
    border-radius: 4px;
    cursor: pointer;
}

.back-button button:hover {
    background-color: rgb(255, 100, 160);
}
