.nadpis
{text-align: center;
color: yellow;}

body {
    background-image: url("02954192.jpeg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.nadpis {
    text-align: center;
    font-size: 2.5em;
    margin-top: 30px;
    color: #FFD700;  /* Zlatá barva pro nadpis pro lepší kontrast */
}

p {
    width: 80%;
    margin: 20px auto;
    font-size: 1.2em;
    line-height: 1.8; /* Větší mezera mezi řádky pro lepší čitelnost */
    max-width: 800px;
    text-align: justify;
    color: #f1f1f1;  /* Světle šedá barva pro lepší čitelnost */
    background-color: rgba(0, 0, 0, 0.6);  /* Jemně tmavé pozadí pod textem pro lepší kontrast */
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px; /* Přidání prostoru mezi odstavci */
    white-space: pre-line; /* Umožní přidání nových řádků v rámci jednoho odstavce */
    padding-top: 0%;
}

#vystup {
    width: 80%;
    margin: 20px auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

#vystup p {
    font-size: 1.1em;
    color: #FFD700;
}

.image-container {
    text-align: center;
    margin-top: 30px;
}

.image-container img {
    max-width: 90%;
    height: auto;
    border-radius: 15px;
}

button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #444;
    color: white;
    border: none;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #666;
}
