body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

#top {
  text-align: center;
}

#logo img {
  width: 200px;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

#logo-name {
  font-size: 32px;
  font-weight: bold;
  margin: 16px;
}

#navigation a {
  color: gray;
  padding: 12px;
}

#navigation a:hover {
  color: #e60b11;
}

#image img {
  width: 100%;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

#prod img {
  width: 400px;
  max-height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

#main {
  max-width: 800px;
  margin: auto;
  padding: 16px;
}

#footer {
  text-align: center;
  background-color: rgb(140, 140, 140);
  color: rgb(255, 255, 255);
  padding: 16px;
}

#produkt-image img {
  width: 600px;
  max-width: 100%;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
