body {
  background-color: #a09cb0;
  margin: 0;
}
.banner {
  margin: 20;
  position: fixed;
  top: 0px;
  background-image: linear-gradient(to right, #23395b, #372f8f);
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}
.banner img {
  border-radius: 20px;
  justify-self: center;
  height: auto;
  grid-column: 1/4;
  margin: auto;
}

.banner a {
  font-family: sans-serif;
  text-align: center;
  font-size: 2em;
  color: #aa9797;
  text-decoration: none;
  padding: 0.7em;
}

.MenuHome {
  grid-column: 6/9;
}

.MenuHome:hover {
  color: white;
}

.MenuProducs {
  grid-column: 9/12;
}

.MenuProducs:hover {
  color: white;
}

.MenuForum {
  grid-column: 12/15;
}

.MenuForum:hover {
  color: white;
}

.mitt {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
}

.intro-text {
  font-family: "Georgia", serif;
  font-size: 1.5em;
  line-height: 1.8;
  color: #f5f5f5;
  background-color: #403d58;
  padding: 30px;
  border-radius: 15px;
  margin: 40px auto;
  max-width: 900px;
  text-align: center;
}

p {
  margin-top: 30px;
}

.höger {
  border: solid #a09cb0;
  padding: 20px;
  height: 91%;
  grid-column: 5/-1;
  grid-row: 1/3;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}
.product {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product img {
  width: 100%;
  border-radius: 10px;
}
.product h3 {
  margin: 10px 0 5px;
}
.product p {
  color: #555;
}
.product p {
  color: #555;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 40px;
  margin-top: 300px;
}
.logo {
  border-radius: 40px;
  max-width: 90%;
  height: auto;
  justify-self: center;
  align-items: auto;
}
