body {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(254, 222, 255);
}
header {
    background-color: rgb(249, 197, 213);
    color: black;
    padding: 20px;
}
.button {
    background-color: rgb(236, 127, 169);
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center; 
    align-items: center;     
  
  
    
  }
  
  .button1 {
    background-color: rgb(236, 127, 169);
    color: white;
    border: 2px solid rgb(236, 127, 169);
  }
  
  .button1:hover {
    background-color: white;
    color: rgb(236, 127, 169);
  }
  
  .button2 {
    background-color: rgb(236, 127, 169);
    color: white;
    border: 2px solid rgb(236, 127, 169);
}
  .button2:hover {
    background-color: white;
    color: rgb(236, 127, 169);
}
  .button3 {
    background-color: rgb(236, 127, 169);
    color: white;
    border: 2px solid rgb(236, 127, 169);
}
  .button3:hover {
    background-color: white;
    color: rgb(236, 127, 169);
}
  .button4 {
    background-color: rgb(236, 127, 169);
    color: white;
    border: 2px solid rgb(236, 127, 169);
}
  
  .button4:hover {
    background-color: white;
    color: rgb(236, 127, 169);
}
.omne {
    text-align: center;
}
table {
    justify-content: center;
 }
th, td {
    padding: 10px; /* Vnitřní odsazení v buňkách */
    text-align: center; /* Zarovnání textu na střed */
  }
 .index{
  margin: auto;
 }
 .photo-container {
  display: flex;                /* Používáme Flexbox pro zarovnání obrázků vedle sebe */
  justify-content: center;      /* Horizontální vycentrování obrázků */
  gap: 35px;                    /* Mezera mezi obrázky */
  margin-top: 20px;             /* Malá mezera nad fotkami */
 }
  
.tlacitkozpet {
  margin-top: 30px;
  color: rgb(190, 89, 133);
}
a {
  text-decoration: none;
}
hr{
  color: rgb(190, 89, 133);
}
