
body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  color: #333;
  margin: 0;
  padding: 0;
}

header {
  background-color: #4b6e8c;
  color: white;
  padding: 1em;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2em;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

section {
  padding: 2em;
}

.tuoteryhma {
  margin-bottom: 2em;
}

.tuote {
  border: 1px solid #ccc;
  padding: 1em;
  background-color: white;
  border-radius: 10px;
}

.kuvat img {
  max-width: 200px;
  margin-right: 10px;
}

footer {
  text-align: center;
  padding: 1em;
  background-color: #4b6e8c;
  color: white;
}

.galleria {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.galleria img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.logo {
  max-width: 150px;
  margin-bottom: 1em;
}

.galleria a {
  display: inline-block;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrapper {
  flex-shrink: 0;
}

.logo {
  max-height: 80px;
}

.kategoriat {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kategoriat li a {
  font-size: 1.2em;
  text-decoration: none;
  color: #4b6e8c;
}
