body {
    background-color: rgb(88, 0, 0);
}
h1 {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 60px;
    color: white;
}

header {
    width: 100%;
    height: 40px;
    display: block;
    background-color: black; 
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    margin-inline: 100px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.links {
    display: flex;
        /* Aktivuje Flexbox */
    justify-content: center;
        /* Zarovná odkazy na střed */
    gap: 30px;
        /* Nastaví mezeru mezi odkazy */
}

img {
    height: 650px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
    flex-wrap: wrap;
}

.container {
    display: flex;
        /* Aktivuje Flexbox */
    justify-content: center;
        /* Zarovnání na střed horizontálně */
    align-items: center;
        /* Zarovnání na střed vertikálně */
    height: 100vh;
        /* Výška kontejneru (např. celá stránka) */
}


/* rodina */
.odkaz_zpet {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.paragdiv {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 30px;
}

.tabrodina {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.tabrodina img {
    width: auto;
    height: 400px;
}


/* kamaradi */
.button_kamaradky {
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    padding: 10px 20px;
    background-color: #616161;
    color: rgb(0, 0, 0);
    border-radius: 30px;
    border: none;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    transition-duration: 1s;
}

.button_kamaradky :hover {
    background-color: black;
    color: white;
    transition-duration: 1s;
}

button :hover {
    background-color: black;
    color: white;
    transition-duration: 1s;
}

.tabrodina6 .imgkristy {
    text-align: center;
    width: 80%;
    height: auto;
}

.tabrodina6 .centered {
    text-align: center;
    
}

.tabrodina6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.tabrodina6 img {
    width: auto;
    height: 400px;
}


/* nelepsi_kamaradky */
.tabrodina1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;

}

.tabrodina1 img {
    width: auto;
    height: 500px;
}


/* zaliba */
.seznam li {
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    font-size: 20px;
    color: white;    
    word-spacing: normal;
}

.tabzaliba {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-collapse: separate;
        /* Zabrání spojení okrajů buněk */
    border-spacing: 100px;
        /* Rozšíří mezery mezi buňkami */
}

.tabzaliba img {
    width: auto;
    height: 600px;
}

li {
    margin-bottom: 20px;
    margin-top: 20px; 
}


/* kapela */
.img_kapela {
    height: 700px;
    width: auto;
}


/* umeni */
.tabumeni2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 20px;
    /* Nastaví pevné mezery mezi obrázky */
    flex-wrap: wrap;
    margin-left: 150px;
}
    
.tabumeni2 img {
    width: 100px;
        /* Zajistí stejnou velikost obrázků */
    width: auto;
    height: 500px;
    align-items: center;
    text-align: center;
}

.img_umeni1 {
    justify-content: space-between;
            /* Rovnoměrně rozdělí prostor mezi obrázky */
    gap: 20px;
            /* Nastaví pevné mezery mezi obrázky */
    margin-left: 45px;
}

.img_umeni2 {
    margin-left: 27px;
}


/* nemecko */
.tr_nemecko {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}




