body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  background: url("abstract-1780386_1920\ -\ kopie\ -\ kopie.png") no-repeat center center fixed;
  background-size: cover;
  color: #f0f0f0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 2rem;
}

h1 {
  font-family: 'Pacifico', cursive;
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.6rem;
  color: #f8f8f8;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

a.home {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.home:hover {
  background: #e0e0e0;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}



img {
  width: 300px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  margin: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galerie {
  display: flex;             
  justify-content: center;   
  gap: 1.5rem;               
  flex-wrap: wrap;           
  margin-top: 1rem;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vypis-foto {
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}


