header {
  background-color: #5DA443; /* #6d348b; */
  padding: 1.5rem;
}
footer {
  background-color: #5DA443; /* #6d348b; */
  padding: 1.5rem;
  color: whitesmoke;
  margin-top: 1rem;
}
.brand_title {
  font-size: 300%;
  font-weight: bold;
  color: whitesmoke;
}
.brand_subtitle {
  color: whitesmoke;
  font-size: 120%;
}
.intro {
  padding: 1.5rem;
}
.intro-text {
  padding: 1.5rem;
}
.intro_bild {
  padding: 0 1.5rem;
}

.flexcontainer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flexcontainer-nowrap {
  display: flex;
  justify-content: space-around;
}
.ivz ul {
  list-style: none;
}
.ivz li {
  padding: 0.7rem;
}