body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #f7f9fc;
  color: #333;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 20px 0;
}

.header-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}

.logo {
  max-width: 100px;
  height: auto;
}
nav {
  background-color: #003d66;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0 15px;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 15px 0;
  display: inline-block;
}

nav a:hover {
  text-decoration: underline;
}

main {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-top: 20px;
}

h2 {
  color: #005b99;
  margin-top: 30px;
}

.sluzby-list {
  list-style: none;
  align-items: center;
  padding-left: 0;
}

.sluzby-list li {
  margin: 10px 0;
}

footer {
  background-color: #eaeaea;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 0.9em;
  color: #666;
}
