




body {
    background-color: #f8d6e2; 
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: 0;
    padding: 0;
}


body.stars-bg {
    background-image: url("obrazky/stahnout.jpg"); 
    background-repeat: repeat;
    background-size: contain; 
}



h1 {
    color: black; 
    font-size: 50px; 
    margin-top: 50px;
    text-align: center; 
}


div.button-container {
    text-align: center; 
    margin-top: 30px; 
}

a {
    text-decoration: none;
    color: black; 
    background-color: white; 
    border: 2px solid black; 
    padding: 10px 20px;
    border-radius: 20px; 
    font-size: 16px;
    margin: 0 10px; 
    display: inline-block; 
    transition: background-color 0.3s; 
}


a:hover {
    background-color: #f0a0b2; 
    color: black; 
}
img {
    margin-top: 30px; 
    width: 450px; 
    height: auto; 
}
.gallery-img {
    width: 400px;    
    height: 600px;     
    object-fit: cover; 
    margin: 10px;
    border-radius: 10px; 
}

  .friend-section {
    margin-bottom: 50px;
  }
  .photo-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
  }
  .photo-row img {
    width: 30%;
    height: auto;
    border-radius: 8px;
  }
  .friend-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
 
  .table {
    margin: 30px auto; border-collapse: collapse;
    justify-content: center;
    }
