/* Reset základních stylů pro konzistenci napříč prohlížeči */
* {
    margin: 0;
    padding: 0;
  }

  
  /* Styl pro nadpis h1 */
  h1 {
    text-align: center;
    color: #333;
    margin: 40px 0;
  }
  
  /* Styl pro odstavec */
  p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .photo-container{
    display: flex;
    justify-content: center;
  }
  .photo-container img{
    height: 400px;
    width: auto;
  }
  
  h3 {
  margin-top: 30px;
}
