body {
  background-image: url("../img/newkleinburg-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pink {
  color: #852065;
}
.bgGrey {
  background-color: #f3f1ef;
}
.grey {
  color: #231f20;
}
.whiteColor {
  color: #fff;
}
.footerLogos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.footerLogos .logo {
  margin: 1.5rem 1rem;
}
